aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-09-07 18:52:35 +0300
committerEli Zaretskii2023-09-07 18:52:35 +0300
commit4613575d97f6c2efea9fd28d33b0cec54c3298b2 (patch)
tree9fab426ea43ca1706bdd7f9104e3e73e3e457e37
parent2f0f33fbf9d0d5fb1bbafd0931b04380b5d1af81 (diff)
downloademacs-4613575d97f6c2efea9fd28d33b0cec54c3298b2.tar.gz
emacs-4613575d97f6c2efea9fd28d33b0cec54c3298b2.zip
; * lisp/completion.el (dynamic-completion-mode): Fix last change.
-rw-r--r--lisp/completion.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/completion.el b/lisp/completion.el
index 731b1587950..b0167412b20 100644
--- 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."
2135(define-minor-mode dynamic-completion-mode 2135(define-minor-mode dynamic-completion-mode
2136 "Toggle dynamic word-completion on or off. 2136 "Toggle dynamic word-completion on or off.
2137 2137
2138When this minor mode is turned on, typing `M-RET' or `C-RET' 2138When this minor mode is turned on, typing \\`M-RET' or \\`C-RET'
2139invokes the command `complete', which completes the word or 2139invokes the command `complete', which completes the word or
2140symbol at point using the record of words/symbols you used 2140symbol at point using the record of words/symbols you used
2141previously and the previously-inserted completions. Typing 2141previously and the previously-inserted completions. Typing