]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/bindings.el (mode-line-modes): Fix typo (bug#65065).
authorEshel Yaron <me@eshelyaron.com>
Sat, 5 Aug 2023 06:45:56 +0000 (09:45 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Aug 2023 07:30:52 +0000 (10:30 +0300)
lisp/bindings.el

index 6db043e495cd706d5e97cf1fd60655eac4709797..e118fa1a35c33063372bbd678f781000bd194884 100644 (file)
@@ -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)