From 71da4a51a031c26404f3ac6df4db7824835d2b82 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 12 Mar 2018 22:08:54 +0200 Subject: [PATCH] ; * 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 fc3d1243ebe..3227917494e 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -988,7 +988,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 -- 2.39.5