; Fix completion-fail-discreetly docstring typo.
This commit is contained in:
parent
02c830ba22
commit
58c7acb555
1 changed files with 1 additions and 1 deletions
|
@ -1455,7 +1455,7 @@ pair of a group title string and a list of group candidate strings."
|
||||||
(defvar completion-tab-width nil)
|
(defvar completion-tab-width nil)
|
||||||
|
|
||||||
(defvar completion-fail-discreetly 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)
|
(defun completion--message (msg)
|
||||||
(if completion-show-inline-help
|
(if completion-show-inline-help
|
||||||
|
|
Loading…
Add table
Reference in a new issue