emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 30976ecd8d8 1/2: ; * lisp/bindings.el (mode-line-modes): Fix ty


From: Eli Zaretskii
Subject: emacs-29 30976ecd8d8 1/2: ; * lisp/bindings.el (mode-line-modes): Fix typo (bug#65065).
Date: Sat, 5 Aug 2023 03:32:43 -0400 (EDT)

branch: emacs-29
commit 30976ecd8d8f1f982a7a481c5b069feea52dbf6c
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/bindings.el (mode-line-modes): Fix typo (bug#65065).
---
 lisp/bindings.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/bindings.el b/lisp/bindings.el
index 6db043e495c..e118fa1a35c 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -382,7 +382,7 @@ Keymap to display on minor modes.")
 
 (defvar mode-line-modes
   (let ((recursive-edit-help-echo
-         "Recursive edit, type M-C-c to get out"))
+         "Recursive edit, type C-M-c to get out"))
     (list (propertize "%[" 'help-echo recursive-edit-help-echo)
          "("
          `(:propertize ("" mode-name)



reply via email to

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