(syms_of_minibuf) <minibuffer-completing-file-name>: Fix docstring.
This commit is contained in:
parent
f51f97dde3
commit
6ddfc11361
1 changed files with 1 additions and 1 deletions
|
@ -2159,7 +2159,7 @@ CODE can be nil, t or `lambda':
|
|||
|
||||
DEFVAR_LISP ("minibuffer-completing-file-name",
|
||||
&Vminibuffer_completing_file_name,
|
||||
doc: /* Non-nil and non-`lambda' means completing file names. */);
|
||||
doc: /* Non-nil means completing file names. */);
|
||||
Vminibuffer_completing_file_name = Qnil;
|
||||
|
||||
DEFVAR_LISP ("minibuffer-help-form", &Vminibuffer_help_form,
|
||||
|
|
Loading…
Add table
Reference in a new issue