diff lisp/help.el @ 84783:0bbacec93d06

(help-map): Bind C-h C-a to about-emacs. (help-for-help-internal): Add C-a description to C-h help text.
author Juri Linkov <juri@jurta.org>
date Sat, 22 Sep 2007 15:42:12 +0000
parents c43bd3dbaa93
children 73661ddc7ac7 534e99349c41
line wrap: on
line diff
--- a/lisp/help.el	Sat Sep 22 14:02:38 2007 +0000
+++ b/lisp/help.el	Sat Sep 22 15:42:12 2007 +0000
@@ -46,6 +46,7 @@
     (define-key map "." 'display-local-help)
     (define-key map "?" 'help-for-help)
 
+    (define-key map "\C-a" 'about-emacs)
     (define-key map "\C-c" 'describe-copying)
     (define-key map "\C-d" 'describe-distribution)
     (define-key map "\C-e" 'view-emacs-problems)
@@ -225,6 +226,7 @@
 .  display-local-help.  Display any available local help at point
         in the echo area.
 
+C-a Display information about Emacs.
 C-c Display Emacs copying permission (GNU General Public License).
 C-d Display Emacs ordering information.
 C-e Display info about Emacs problems.