From: Eli Zaretskii Date: Mon, 12 Mar 2018 17:25:10 +0000 (+0200) Subject: * lisp/minibuffer.el (completion-cycle-threshold): Doc fix. X-Git-Tag: emacs-26.1-rc1~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62f0a2b;p=emacs.git * lisp/minibuffer.el (completion-cycle-threshold): Doc fix. --- 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