emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Sun, 13 Jan 2002 20:40:29 -0500

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.241 emacs/lisp/help.el:1.242
*** emacs/lisp/help.el:1.241    Sun Jan 13 20:36:45 2002
--- emacs/lisp/help.el  Sun Jan 13 20:40:29 2002
***************
*** 55,61 ****
  (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)
--- 55,60 ----
***************
*** 191,196 ****
--- 190,196 ----
  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,224 ****
  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.
--- 218,223 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]