projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0f33f
)
; * lisp/completion.el (dynamic-completion-mode): Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 7 Sep 2023 15:52:35 +0000
(18:52 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 7 Sep 2023 15:52:35 +0000
(18:52 +0300)
lisp/completion.el
patch
|
blob
|
history
diff --git
a/lisp/completion.el
b/lisp/completion.el
index 731b1587950b5076052c23742fc1e1e531ca5ec4..b0167412b20e699902e9d72a98635619fde8e6b5 100644
(file)
--- a/
lisp/completion.el
+++ b/
lisp/completion.el
@@
-2135,7
+2135,7
@@
TYPE is the type of the wrapper to be added. Can be :before or :under."
(define-minor-mode dynamic-completion-mode
"Toggle dynamic word-completion on or off.
-When this minor mode is turned on, typing
`M-RET' or
`C-RET'
+When this minor mode is turned on, typing
\\`M-RET' or \\
`C-RET'
invokes the command `complete', which completes the word or
symbol at point using the record of words/symbols you used
previously and the previously-inserted completions. Typing