changeset 5091:624596e9c5d1

(Info-edit): Use proper map in substitute-command-keys.
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Nov 1993 06:11:34 +0000
parents 85803169314b
children 36508a7c0a3f
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Sat Nov 20 22:31:12 1993 +0000
+++ b/lisp/info.el	Sun Nov 21 06:11:34 1993 +0000
@@ -1375,7 +1375,7 @@
   ;; 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."