; * lisp/bindings.el (mode-line-modes): Fix typo (bug#65065).
This commit is contained in:
parent
8574ef314c
commit
30976ecd8d
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ Keymap to display on minor modes.")
|
||||||
|
|
||||||
(defvar mode-line-modes
|
(defvar mode-line-modes
|
||||||
(let ((recursive-edit-help-echo
|
(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)
|
(list (propertize "%[" 'help-echo recursive-edit-help-echo)
|
||||||
"("
|
"("
|
||||||
`(:propertize ("" mode-name)
|
`(:propertize ("" mode-name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue