mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; Fix completion-fail-discreetly docstring typo.
This commit is contained in:
parent
02c830ba22
commit
58c7acb555
|
|
@ -1455,7 +1455,7 @@ pair of a group title string and a list of group candidate strings."
|
|||
(defvar completion-tab-width nil)
|
||||
|
||||
(defvar completion-fail-discreetly nil
|
||||
"If non-nil, stay quiet when there is no match.")
|
||||
"If non-nil, stay quiet when there is no match.")
|
||||
|
||||
(defun completion--message (msg)
|
||||
(if completion-show-inline-help
|
||||
|
|
|
|||
Loading…
Reference in a new issue