summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-03-12 19:25:10 +0200
committerEli Zaretskii <eliz@gnu.org>2018-03-12 19:25:10 +0200
commit62f0a2b229604fca83bc2ebf67b0eaa179810e36 (patch)
treee65bc49095ccda44da0a42f2274a812a13aadce1 /lisp/minibuffer.el
parent761845cc4acd517fdab4375aa54fc04301095351 (diff)
downloademacs-62f0a2b229604fca83bc2ebf67b0eaa179810e36.tar.gz
* lisp/minibuffer.el (completion-cycle-threshold): Doc fix.
Diffstat (limited to 'lisp/minibuffer.el')
-rw-r--r--lisp/minibuffer.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index e8c6ce6910b..76cda2c4807 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -986,7 +986,8 @@ Moves point to the end of the new text."
(defcustom completion-cycle-threshold nil
"Number of completion candidates below which cycling is used.
Depending on this setting `completion-in-region' may use cycling,
-like `minibuffer-force-complete'.
+whereby invoking a completion command several times in a row
+completes to each of the candidates in turn, in cyclic manner.
If nil, cycling is never used.
If t, cycling is always used.
If an integer, cycling is used so long as there are not more