diff options
| author | Richard M. Stallman <rms@gnu.org> | 1994-01-26 20:14:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1994-01-26 20:14:27 +0000 |
| commit | 224d56a3c5f7ee9be66bb8f41841b33d54ab992e (patch) | |
| tree | 477730a39a68b8b7207f089cddf3124167796462 | |
| parent | d189e346891ee0e050e6a406ca64dabcee7e9a2e (diff) | |
| download | emacs-224d56a3c5f7ee9be66bb8f41841b33d54ab992e.tar.gz | |
(help-for-help): Doc fix.
| -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 6c2454269c9..288b281b590 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -253,7 +253,7 @@ of the key sequence that ran this command." (print-help-return-message))) (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. Type \\[help-command] again for more 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 \\[scroll-up] or \\[scroll-down] to scroll through this text.) |
