mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
(syms_of_minibuf): Mention the extension of `completion-auto-help's meaning
by complete.el.
This commit is contained in:
parent
07908aec23
commit
0ca23eef76
1 changed files with 3 additions and 1 deletions
|
|
@ -2770,7 +2770,9 @@ elements are deleted. */);
|
|||
history_delete_duplicates = 0;
|
||||
|
||||
DEFVAR_LISP ("completion-auto-help", &Vcompletion_auto_help,
|
||||
doc: /* *Non-nil means automatically provide help for invalid completion input. */);
|
||||
doc: /* *Non-nil means automatically provide help for invalid completion input.
|
||||
Under Partial Completion mode, a non-nil, non-t value has a special meaning;
|
||||
see the doc string of `partial-completion-mode' for more details. */);
|
||||
Vcompletion_auto_help = Qt;
|
||||
|
||||
DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue