1
0
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:
Richard M. Stallman 1993-11-21 06:11:34 +00:00
parent 94b90846e4
commit 9b7412a7e7

View File

@ -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."