diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-12-06 13:45:31 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-12-07 13:37:44 +0100 |
commit | 3568ff084c29588be6412f94bc0d031846beb664 (patch) | |
tree | 73319788fae5038d8e51acabaaf23fb957c0ea4c /lisp/icomplete.el | |
parent | de7a741c7bb16b4d445e0517d9c51aba605d2215 (diff) | |
download | emacs-3568ff084c29588be6412f94bc0d031846beb664.tar.gz emacs-3568ff084c29588be6412f94bc0d031846beb664.tar.bz2 emacs-3568ff084c29588be6412f94bc0d031846beb664.zip |
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.
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r-- | lisp/icomplete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 4e546807b7f..676917b9da5 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 |