# HG changeset patch # User Richard M. Stallman # Date 1010972429 0 # Node ID ffedbfc5d7495c100f5c315af1b11df2dd80137f # Parent 65b9799c8b09234fd6b184db91c80caa82a49094 Fix previous change. diff -r 65b9799c8b09 -r ffedbfc5d749 lisp/help.el --- a/lisp/help.el Mon Jan 14 01:36:56 2002 +0000 +++ b/lisp/help.el Mon Jan 14 01:40:29 2002 +0000 @@ -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 @@ 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-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.