From: Richard M. Stallman Date: Sun, 21 Nov 1993 06:11:34 +0000 (+0000) Subject: (Info-edit): Use proper map in substitute-command-keys. X-Git-Tag: emacs-19.34~10760 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b7412a7e78a89d909f3f2a047b43bd235dd4806;p=emacs.git (Info-edit): Use proper map in substitute-command-keys. --- 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-cease-edit] to return to info"))) + "Editing: Type \\\\[Info-cease-edit] to return to info"))) (defun Info-cease-edit () "Finish editing Info node; switch back to Info proper."