diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index c7f69bbd9d8..66e9a1f9987 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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." |