diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-01-14 01:40:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-01-14 01:40:29 +0000 |
commit | 5439199019626c4f7f8f66345f0fa86efc438097 (patch) | |
tree | ff064d74b13ad3bdbdf5ff59c32a9c788f05ab1d /lisp/help.el | |
parent | ad394bee4797ce8c4325f9e63bb4b6b5e1a8199f (diff) | |
download | emacs-5439199019626c4f7f8f66345f0fa86efc438097.tar.gz |
Fix previous change.
Diffstat (limited to 'lisp/help.el')
-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 c3b980881cb..4de612ef086 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -55,7 +55,6 @@ (define-key help-map "\C-d" 'describe-distribution) (define-key help-map "\C-e" 'view-emacs-problems) (define-key help-map "\C-f" 'view-emacs-FAQ) -(define-key help-map "\C-h" 'view-hello-file) (define-key help-map "\C-m" 'view-order-manuals) (define-key help-map "\C-n" 'view-emacs-news) (define-key help-map "\C-p" 'describe-project) @@ -191,6 +190,7 @@ e view-echo-area-messages. Show the `*Messages*' buffer. f describe-function. Type a function name and get documentation of it. F Info-goto-emacs-command-node. Type a function name; it takes you to the Info node for that command. +h Display the HELLO file which illustrates various scripts. i info. The info documentation reader. I describe-input-method. Describe a specific input method (if you type its name) or the current input method (if you type just RET). @@ -218,7 +218,6 @@ C-c Display Emacs copying permission (GNU General Public License). C-d Display Emacs ordering information. C-e Display info about Emacs problems. C-f Display the Emacs FAQ. -C-h Display the HELLO file which illustrates various scripts. C-m Display how to order printed Emacs manuals. C-n Display news of recent Emacs changes. C-p Display information about the GNU project. |