1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(view-mode-enter): Clarify echo area message.

This commit is contained in:
Richard M. Stallman 2002-06-12 12:20:51 +00:00
parent 246a06d339
commit 1f5f6db607

View file

@ -508,7 +508,7 @@ This function runs the normal hook `view-mode-hook'."
(force-mode-line-update)
(message "%s"
(substitute-command-keys "\
Type \\[help-command] for help, \\[describe-mode] for commands, \\[View-quit] to quit."))))
View mode: type \\[help-command] for help, \\[describe-mode] for commands, \\[View-quit] to quit."))))
(defun view-mode-exit (&optional return-to-alist exit-action all-win)
"Exit View mode in various ways, depending on optional arguments.