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

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

[elpa] externals/corfu 2c3947d415 1/2: Expand docstrings


From: ELPA Syncer
Subject: [elpa] externals/corfu 2c3947d415 1/2: Expand docstrings
Date: Sat, 18 Mar 2023 04:57:30 -0400 (EDT)

branch: externals/corfu
commit 2c3947d415cee368a44b2e4310be48d722e9c29c
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Expand docstrings
---
 corfu.el | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/corfu.el b/corfu.el
index 7d9c247a64..2e1d3ed382 100644
--- a/corfu.el
+++ b/corfu.el
@@ -159,11 +159,16 @@ return a string, possibly an icon."
 (defcustom corfu-auto-prefix 3
   "Minimum length of prefix for auto completion.
 The completion backend can override this with
-:company-prefix-length."
+:company-prefix-length.  It is *not recommended* to use a small
+value here (below 2), since this will create high load for
+Emacs.  See also `corfu-auto-delay'."
   :type 'natnum)
 
 (defcustom corfu-auto-delay 0.2
-  "Delay for auto completion."
+  "Delay for auto completion.
+It is *not recommended* to use a very small value or even 0,
+since this will create high load for Emacs in particular if the
+completion backend in use is expensive."
   :type 'float)
 
 (defcustom corfu-auto-commands



reply via email to

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