From: Eli Zaretskii Date: Thu, 7 Sep 2023 15:52:35 +0000 (+0300) Subject: ; * lisp/completion.el (dynamic-completion-mode): Fix last change. X-Git-Tag: emacs-29.1.90~122 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4613575d97f;p=emacs.git ; * lisp/completion.el (dynamic-completion-mode): Fix last change. --- 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