diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-24 22:44:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-24 22:44:27 +0000 |
commit | 5b7a91bb28d9ad1389530e85aa468793bc14c95f (patch) | |
tree | 8b3993fc8714e69181ec96f77a4fa18ac751a646 /lisp/view.el | |
parent | 2479e91e2c1eec84c64de8ca279c77f2b10eb564 (diff) | |
download | emacs-5b7a91bb28d9ad1389530e85aa468793bc14c95f.tar.gz |
(view-mode-enter): Replace Help-helper by help-command
in doc string and message.
Diffstat (limited to 'lisp/view.el')
-rw-r--r-- | lisp/view.el | 4 |
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. successful search and when jump to line to occurs. The mark is set on jump to buffer start or end. ? or h provide help message (list of commands). -\\[Helper-help] provides help (list of commands or description of a command). +\\[help-command] provides help (list of commands or description of a command). C-n moves down lines vertically. C-p moves upward lines vertically. C-l recenters the screen. @@ -261,7 +261,7 @@ This function runs the normal hook `view-mode-hook'. (run-hooks 'view-mode-hook) (message (substitute-command-keys - "Type \\[Helper-help] for help, \\[Helper-describe-bindings] for commands, \\[view-exit] to quit."))) + "Type \\[help-command] for help, \\[Helper-describe-bindings] for commands, \\[view-exit] to quit."))) (defun view-exit () "Exit from view-mode. |