# HG changeset patch # User Richard M. Stallman # Date 753862294 0 # Node ID 624596e9c5d1137e58fc9625bec7ae60bf716bcf # Parent 85803169314b69ffba9935226b7fac8771b84d8e (Info-edit): Use proper map in substitute-command-keys. diff -r 85803169314b -r 624596e9c5d1 lisp/info.el --- 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-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."