summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-12-25 14:13:27 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-12-25 14:13:27 +0100
commit9966bf9f0c60dcaf09e7778fb6262ed620710cc5 (patch)
tree01e56fddddcb482964186deb7780bfcfb1d403d7 /lisp
parente0a78429cab632ae269e1845c588506e64e09654 (diff)
downloademacs-9966bf9f0c60dcaf09e7778fb6262ed620710cc5.tar.gz
emacs-9966bf9f0c60dcaf09e7778fb6262ed620710cc5.tar.bz2
emacs-9966bf9f0c60dcaf09e7778fb6262ed620710cc5.zip
* lisp/simple.el (completion-auto-select): Fix docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 13fbc6ac399..73918a52044 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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)