emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cape 80d051389e 2/2: cape-dabbrev: Add warning to docst


From: ELPA Syncer
Subject: [elpa] externals/cape 80d051389e 2/2: cape-dabbrev: Add warning to docstring
Date: Thu, 22 Dec 2022 17:57:24 -0500 (EST)

branch: externals/cape
commit 80d051389e3cc49367435f7b5d292d45c529ab49
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    cape-dabbrev: Add warning to docstring
---
 cape.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/cape.el b/cape.el
index a98e44d74d..575dc902a6 100644
--- a/cape.el
+++ b/cape.el
@@ -372,9 +372,12 @@ If INTERACTIVE is nil the function acts like a Capf."
 ;;;###autoload
 (defun cape-dabbrev (&optional interactive)
   "Complete with Dabbrev at point.
+
+If INTERACTIVE is nil the function acts like a Capf. In case you
+observe a performance issue with autocompletion and `cape-dabbrev'
+it is strongly recommended to disable scanning in other buffers.
 See the user options `cape-dabbrev-min-length' and
-`cape-dabbrev-check-other-buffers'.
-If INTERACTIVE is nil the function acts like a Capf."
+`cape-dabbrev-check-other-buffers'."
   (interactive (list t))
   (if interactive
       (let ((cape-dabbrev-min-length 0))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]