]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify icomplete-show-matches-on-no-input doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Dec 2020 12:45:31 +0000 (13:45 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Dec 2020 12:37:44 +0000 (13:37 +0100)
* lisp/icomplete.el (icomplete-show-matches-on-no-input): Clarify
doc string (bug#19031), suggested by Andrii Kolomoiets.

lisp/icomplete.el

index 4e546807b7f0c8cf77449ebecef73c09beb3e70b..676917b9da53a0bf066a262f6f344d6025d66b5e 100644 (file)
@@ -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