From 3568ff084c29588be6412f94bc0d031846beb664 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 6 Dec 2020 13:45:31 +0100 Subject: [PATCH] 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 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 -- 2.39.5