aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-06-12 12:20:51 +0000
committerRichard M. Stallman2002-06-12 12:20:51 +0000
commit1f5f6db60795a94ba99cefb96ce2031c5acac6f1 (patch)
tree87bfd754bc2ee0d2b6400c2ff5d9c1e0d63778f8
parent246a06d33929467fcd972cf5690652e69f6f7136 (diff)
downloademacs-1f5f6db60795a94ba99cefb96ce2031c5acac6f1.tar.gz
emacs-1f5f6db60795a94ba99cefb96ce2031c5acac6f1.zip
(view-mode-enter): Clarify echo area message.
-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'."
508 (force-mode-line-update) 508 (force-mode-line-update)
509 (message "%s" 509 (message "%s"
510 (substitute-command-keys "\ 510 (substitute-command-keys "\
511Type \\[help-command] for help, \\[describe-mode] for commands, \\[View-quit] to quit.")))) 511View mode: type \\[help-command] for help, \\[describe-mode] for commands, \\[View-quit] to quit."))))
512 512
513(defun view-mode-exit (&optional return-to-alist exit-action all-win) 513(defun view-mode-exit (&optional return-to-alist exit-action all-win)
514 "Exit View mode in various ways, depending on optional arguments. 514 "Exit View mode in various ways, depending on optional arguments.