emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 4613575d97f: ; * lisp/completion.el (dynamic-completion-mode):


From: Eli Zaretskii
Subject: emacs-29 4613575d97f: ; * lisp/completion.el (dynamic-completion-mode): Fix last change.
Date: Thu, 7 Sep 2023 11:53:04 -0400 (EDT)

branch: emacs-29
commit 4613575d97f6c2efea9fd28d33b0cec54c3298b2
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/completion.el (dynamic-completion-mode): Fix last change.
---
 lisp/completion.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]