From: Richard M. Stallman Date: Fri, 24 Nov 1995 22:44:27 +0000 (+0000) Subject: (view-mode-enter): Replace Help-helper by help-command X-Git-Tag: emacs-19.34~2221 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b7a91bb28d9ad1389530e85aa468793bc14c95f;p=emacs.git (view-mode-enter): Replace Help-helper by help-command in doc string and message. --- 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.