mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Merge from origin/emacs-29
f2b2c752a5Fix documentation of saveplace facilities for Dired4ed9d61c89; * lisp/tab-bar.el: Autoload cl--set-substring, as that ...30976ecd8d; * lisp/bindings.el (mode-line-modes): Fix typo (bug#650...8574ef314cFix loaddef generation with ";;;foo-autoload" cookies in ...8cbd4a02a2Delete comment saying that project.el is experimental
This commit is contained in:
commit
479c0543b6
6 changed files with 22 additions and 12 deletions
|
|
@ -449,7 +449,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue