emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 05669f0: ; * lisp/minibuffer.el (completion-cycle


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 05669f0: ; * lisp/minibuffer.el (completion-cycle-threshold): Fix last change.
Date: Mon, 12 Mar 2018 16:09:09 -0400 (EDT)

branch: emacs-26
commit 05669f0e3ee01e785da2482c1342bbd902e57edf
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * lisp/minibuffer.el (completion-cycle-threshold): Fix last change.
---
 lisp/minibuffer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 76cda2c..7302fff 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -987,7 +987,7 @@ Moves point to the end of the new text."
   "Number of completion candidates below which cycling is used.
 Depending on this setting `completion-in-region' may use cycling,
 whereby invoking a completion command several times in a row
-completes to each of the candidates in turn, in cyclic manner.
+completes to each of the candidates in turn, in a 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]