diff options
| -rw-r--r-- | lisp/help.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el index 41fe44a0f9c..b55edc5e133 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -334,8 +334,7 @@ of the key sequence that ran this command." (make-help-screen help-for-help "a b c f C-f i k C-k l m n p s t v w C-c C-d C-n C-w, or ? for more help:" "You have typed \\[help-command], the help character. Type a Help option: -\(Use \\<help-map>\\[scroll-up] or \\[scroll-down] to scroll through this text. -Type \\<help-map>\\[help-quit] to exit the Help command.) +\(Use SPC or DEL to scroll through this text. Type \\<help-map>\\[help-quit] to exit the Help command.) a command-apropos. Give a substring, and see a list of commands (functions interactively callable) that contain |
