aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-24 22:44:27 +0000
committerRichard M. Stallman1995-11-24 22:44:27 +0000
commit5b7a91bb28d9ad1389530e85aa468793bc14c95f (patch)
tree8b3993fc8714e69181ec96f77a4fa18ac751a646
parent2479e91e2c1eec84c64de8ca279c77f2b10eb564 (diff)
downloademacs-5b7a91bb28d9ad1389530e85aa468793bc14c95f.tar.gz
emacs-5b7a91bb28d9ad1389530e85aa468793bc14c95f.zip
(view-mode-enter): Replace Help-helper by help-command
in doc string and message.
-rw-r--r--lisp/view.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/view.el b/lisp/view.el
index b2787049960..d84198b8435 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -222,7 +222,7 @@ C-r or r do reverse incremental search.
222 successful search and when jump to line to occurs. 222 successful search and when jump to line to occurs.
223 The mark is set on jump to buffer start or end. 223 The mark is set on jump to buffer start or end.
224? or h provide help message (list of commands). 224? or h provide help message (list of commands).
225\\[Helper-help] provides help (list of commands or description of a command). 225\\[help-command] provides help (list of commands or description of a command).
226C-n moves down lines vertically. 226C-n moves down lines vertically.
227C-p moves upward lines vertically. 227C-p moves upward lines vertically.
228C-l recenters the screen. 228C-l recenters the screen.
@@ -261,7 +261,7 @@ This function runs the normal hook `view-mode-hook'.
261 (run-hooks 'view-mode-hook) 261 (run-hooks 'view-mode-hook)
262 (message 262 (message
263 (substitute-command-keys 263 (substitute-command-keys
264 "Type \\[Helper-help] for help, \\[Helper-describe-bindings] for commands, \\[view-exit] to quit."))) 264 "Type \\[help-command] for help, \\[Helper-describe-bindings] for commands, \\[view-exit] to quit.")))
265 265
266(defun view-exit () 266(defun view-exit ()
267 "Exit from view-mode. 267 "Exit from view-mode.