]> code.delx.au - gnu-emacs/commitdiff
(Info-edit): Use proper map in substitute-command-keys.
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Nov 1993 06:11:34 +0000 (06:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Nov 1993 06:11:34 +0000 (06:11 +0000)
lisp/info.el

index c7f69bbd9d8a752f6d1e506695a15e967363ff97..66e9a1f998798881e5a2f2813aaab0a907b54f7d 100644 (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."