* lisp/minibuffer.el (completion-cycle-threshold): Doc fix.
This commit is contained in:
parent
761845cc4a
commit
62f0a2b229
1 changed files with 2 additions and 1 deletions
|
@ -986,7 +986,8 @@ Moves point to the end of the new text."
|
||||||
(defcustom completion-cycle-threshold nil
|
(defcustom completion-cycle-threshold nil
|
||||||
"Number of completion candidates below which cycling is used.
|
"Number of completion candidates below which cycling is used.
|
||||||
Depending on this setting `completion-in-region' may use cycling,
|
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 nil, cycling is never used.
|
||||||
If t, cycling is always used.
|
If t, cycling is always used.
|
||||||
If an integer, cycling is used so long as there are not more
|
If an integer, cycling is used so long as there are not more
|
||||||
|
|
Loading…
Add table
Reference in a new issue