summaryrefslogtreecommitdiff
path: root/lisp/view.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-06-12 12:20:51 +0000
committerRichard M. Stallman <rms@gnu.org>2002-06-12 12:20:51 +0000
commitaf1fc6f7ac104966a763a8b6768bf89700a4f599 (patch)
treea36f45f68bcf0362939316f544c57ee77ce90b5a /lisp/view.el
parentbf7949871d31e28d5497b0d705ae27b52373da9a (diff)
downloademacs-af1fc6f7ac104966a763a8b6768bf89700a4f599.tar.gz
(view-mode-enter): Clarify echo area message.
Diffstat (limited to 'lisp/view.el')
-rw-r--r--lisp/view.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/view.el b/lisp/view.el
index 0932be3903b..49ada38afca 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -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.