* lisp/simple.el (completion-auto-select): Fix docstring.

This commit is contained in:
Michael Albinus 2021-12-25 14:13:27 +01:00
parent e0a78429ca
commit 9966bf9f0c

View file

@ -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)