From 9b7412a7e78a89d909f3f2a047b43bd235dd4806 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 21 Nov 1993 06:11:34 +0000 Subject: [PATCH] (Info-edit): Use proper map in substitute-command-keys. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.5