]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (completion-auto-select): Fix docstring.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 25 Dec 2021 13:13:27 +0000 (14:13 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 25 Dec 2021 13:13:27 +0000 (14:13 +0100)
lisp/simple.el

index 13fbc6ac3999aa39b91c94bb1ec61f40e6158a2c..73918a52044a1212c0b2afe43846cc591b4b7eea 100644 (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)