emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-26 62f0a2b: * lisp/minibuffer.el (completion-cycle-threshold):


From: Robert Pluim
Subject: Re: emacs-26 62f0a2b: * lisp/minibuffer.el (completion-cycle-threshold): Doc fix.
Date: Mon, 12 Mar 2018 19:00:15 +0100

address@hidden (Eli Zaretskii) writes:

> branch: emacs-26
> commit 62f0a2b229604fca83bc2ebf67b0eaa179810e36
> Author: Eli Zaretskii <address@hidden>
> Commit: Eli Zaretskii <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 e8c6ce6..76cda2c 100644
> --- a/lisp/minibuffer.el
> +++ b/lisp/minibuffer.el
> @@ -986,7 +986,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.

Hmm, 'in a cyclic manner'? It reads somewhat strangely without the
article.

Robert



reply via email to

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