diff options
| author | Karl Heuer <kwzh@gnu.org> | 1994-02-24 23:20:12 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1994-02-24 23:20:12 +0000 |
| commit | a9d3e9172fbdd219b3d49124a7f1fb9c191278c0 (patch) | |
| tree | 4742bd80cb91605f778c3de496396c350b09c1e1 | |
| parent | 0d4720b0db206b2c8955c09b7ddf9f9028132700 (diff) | |
| download | emacs-a9d3e9172fbdd219b3d49124a7f1fb9c191278c0.tar.gz | |
(help-for-help): Use help-map in the docstring.
| -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." (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 \\[scroll-up] or \\[scroll-down] to scroll through this text.) +\(Use \\<help-map>\\[scroll-up] or \\[scroll-down] to scroll through this text.) a command-apropos. Give a substring, and see a list of commands (functions interactively callable) that contain |
