diff options
| author | Richard M. Stallman | 1993-11-21 06:11:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-21 06:11:34 +0000 |
| commit | 9b7412a7e78a89d909f3f2a047b43bd235dd4806 (patch) | |
| tree | 2956ea88bd6ee0cb49d7bf49540b3f3dd9f5c672 | |
| parent | 94b90846e450cd524796c1e7601f2a7bcf16010e (diff) | |
| download | emacs-9b7412a7e78a89d909f3f2a047b43bd235dd4806.tar.gz emacs-9b7412a7e78a89d909f3f2a047b43bd235dd4806.zip | |
(Info-edit): Use proper map in substitute-command-keys.
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1375 | ;; Make mode line update. | 1375 | ;; Make mode line update. |
| 1376 | (set-buffer-modified-p (buffer-modified-p)) | 1376 | (set-buffer-modified-p (buffer-modified-p)) |
| 1377 | (message (substitute-command-keys | 1377 | (message (substitute-command-keys |
| 1378 | "Editing: Type \\<Info-mode-map>\\[Info-cease-edit] to return to info"))) | 1378 | "Editing: Type \\<Info-edit-map>\\[Info-cease-edit] to return to info"))) |
| 1379 | 1379 | ||
| 1380 | (defun Info-cease-edit () | 1380 | (defun Info-cease-edit () |
| 1381 | "Finish editing Info node; switch back to Info proper." | 1381 | "Finish editing Info node; switch back to Info proper." |