diff options
| -rw-r--r-- | lisp/minibuffer.el | 3 |
1 files changed, 2 insertions, 1 deletions
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." | |||
| 986 | (defcustom completion-cycle-threshold nil | 986 | (defcustom completion-cycle-threshold nil |
| 987 | "Number of completion candidates below which cycling is used. | 987 | "Number of completion candidates below which cycling is used. |
| 988 | Depending on this setting `completion-in-region' may use cycling, | 988 | Depending on this setting `completion-in-region' may use cycling, |
| 989 | like `minibuffer-force-complete'. | 989 | whereby invoking a completion command several times in a row |
| 990 | completes to each of the candidates in turn, in cyclic manner. | ||
| 990 | If nil, cycling is never used. | 991 | If nil, cycling is never used. |
| 991 | If t, cycling is always used. | 992 | If t, cycling is always used. |
| 992 | If an integer, cycling is used so long as there are not more | 993 | If an integer, cycling is used so long as there are not more |