diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-09-07 18:52:35 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-09-07 18:52:35 +0300 |
commit | 4613575d97f6c2efea9fd28d33b0cec54c3298b2 (patch) | |
tree | 9fab426ea43ca1706bdd7f9104e3e73e3e457e37 /lisp | |
parent | 2f0f33fbf9d0d5fb1bbafd0931b04380b5d1af81 (diff) | |
download | emacs-4613575d97f6c2efea9fd28d33b0cec54c3298b2.tar.gz emacs-4613575d97f6c2efea9fd28d33b0cec54c3298b2.tar.bz2 emacs-4613575d97f6c2efea9fd28d33b0cec54c3298b2.zip |
; * lisp/completion.el (dynamic-completion-mode): Fix last change.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/completion.el | 2 |
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." (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 |