diff options
| -rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 288b281b590..08f18eec74d 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -255,7 +255,7 @@ of the key sequence that ran this command." | |||
| 255 | (make-help-screen help-for-help | 255 | (make-help-screen help-for-help |
| 256 | "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:" | 256 | "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:" |
| 257 | "You have typed \\[help-command], the help character. Type a Help option: | 257 | "You have typed \\[help-command], the help character. Type a Help option: |
| 258 | \(Use \\[scroll-up] or \\[scroll-down] to scroll through this text.) | 258 | \(Use \\<help-map>\\[scroll-up] or \\[scroll-down] to scroll through this text.) |
| 259 | 259 | ||
| 260 | a command-apropos. Give a substring, and see a list of commands | 260 | a command-apropos. Give a substring, and see a list of commands |
| 261 | (functions interactively callable) that contain | 261 | (functions interactively callable) that contain |