diff options
| author | Eshel Yaron | 2023-08-05 09:45:56 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-08-05 10:30:52 +0300 |
| commit | 30976ecd8d8f1f982a7a481c5b069feea52dbf6c (patch) | |
| tree | 56c9dc4da3bff34777a14a934d1462c30f8a67be | |
| parent | 8574ef314c4250f7c10245cb8abe11dcc07bfe6d (diff) | |
| download | emacs-30976ecd8d8f1f982a7a481c5b069feea52dbf6c.tar.gz emacs-30976ecd8d8f1f982a7a481c5b069feea52dbf6c.zip | |
; * lisp/bindings.el (mode-line-modes): Fix typo (bug#65065).
| -rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 382 | 382 | ||
| 383 | (defvar mode-line-modes | 383 | (defvar mode-line-modes |
| 384 | (let ((recursive-edit-help-echo | 384 | (let ((recursive-edit-help-echo |
| 385 | "Recursive edit, type M-C-c to get out")) | 385 | "Recursive edit, type C-M-c to get out")) |
| 386 | (list (propertize "%[" 'help-echo recursive-edit-help-echo) | 386 | (list (propertize "%[" 'help-echo recursive-edit-help-echo) |
| 387 | "(" | 387 | "(" |
| 388 | `(:propertize ("" mode-name) | 388 | `(:propertize ("" mode-name) |