mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(Info-edit): Use proper map in substitute-command-keys.
This commit is contained in:
parent
94b90846e4
commit
9b7412a7e7
@ -1375,7 +1375,7 @@ Allowed only if variable `Info-enable-edit' is non-nil."
|
||||
;; Make mode line update.
|
||||
(set-buffer-modified-p (buffer-modified-p))
|
||||
(message (substitute-command-keys
|
||||
"Editing: Type \\<Info-mode-map>\\[Info-cease-edit] to return to info")))
|
||||
"Editing: Type \\<Info-edit-map>\\[Info-cease-edit] to return to info")))
|
||||
|
||||
(defun Info-cease-edit ()
|
||||
"Finish editing Info node; switch back to Info proper."
|
||||
|
Loading…
Reference in New Issue
Block a user