* lisp/simple.el (completion-auto-select): Fix docstring.
This commit is contained in:
parent
e0a78429ca
commit
9966bf9f0c
1 changed files with 1 additions and 1 deletions
|
@ -9260,7 +9260,7 @@ Called from `temp-buffer-show-hook'."
|
|||
:group 'completion)
|
||||
|
||||
(defcustom completion-auto-select nil
|
||||
"Non-nil means to automatically select the completions buffer."
|
||||
"Non-nil means to automatically select the *Completions* buffer."
|
||||
:type 'boolean
|
||||
:version "29.1"
|
||||
:group 'completion)
|
||||
|
|
Loading…
Add table
Reference in a new issue