emacs-diffs
[Top][All Lists]
Advanced

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

master 3568ff0 2/4: Clarify icomplete-show-matches-on-no-input doc strin


From: Lars Ingebrigtsen
Subject: master 3568ff0 2/4: Clarify icomplete-show-matches-on-no-input doc string
Date: Mon, 7 Dec 2020 07:37:50 -0500 (EST)

branch: master
commit 3568ff084c29588be6412f94bc0d031846beb664
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clarify icomplete-show-matches-on-no-input doc string
    
    * lisp/icomplete.el (icomplete-show-matches-on-no-input): Clarify
    doc string (bug#19031), suggested by Andrii Kolomoiets.
---
 lisp/icomplete.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index 4e54680..676917b 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -75,7 +75,7 @@ everything preceding the ~/ is discarded so the interactive
 selection process starts again from the user's $HOME.")
 
 (defcustom icomplete-show-matches-on-no-input nil
-  "When non-nil, show completions when first prompting for input.
+  "When non-nil, show completions when the minibuffer is empty.
 This also means that if you traverse the list of completions with
 commands like `C-.' and just hit RET without typing any
 characters, the match under point will be chosen instead of the



reply via email to

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