]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/minibuffer.el (completion-cycle-threshold): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 12 Mar 2018 17:25:10 +0000 (19:25 +0200)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:15:04 +0000 (14:15 +0800)
lisp/minibuffer.el

index 9b6f043b576b83074531a7ce742b98e552625b89..fc3d1243ebed6cdd00842f72ae44a3580c3655d8 100644 (file)
@@ -987,7 +987,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