projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a7842
)
* lisp/simple.el (completion-auto-select): Fix docstring.
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 25 Dec 2021 13:13:27 +0000
(14:13 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 25 Dec 2021 13:13:27 +0000
(14:13 +0100)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 13fbc6ac3999aa39b91c94bb1ec61f40e6158a2c..73918a52044a1212c0b2afe43846cc591b4b7eea 100644
(file)
--- 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)