emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/gnus-select 8c08be2 058/218: * lisp/minibuffer.el


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 8c08be2 058/218: * lisp/minibuffer.el (completion-cycle-threshold): Doc fix.
Date: Fri, 14 Dec 2018 03:34:57 -0500 (EST)

branch: feature/gnus-select
commit 8c08be2fd8d0005562dd6d55698908341afbd6ac
Author: Eli Zaretskii <address@hidden>
Commit: Andrew G Cohen <address@hidden>

    * lisp/minibuffer.el (completion-cycle-threshold): Doc fix.
---
 lisp/minibuffer.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 9b6f043..fc3d124 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -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



reply via email to

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