# HG changeset patch # User Juri Linkov # Date 1194729594 0 # Node ID d91beda3b06ef2dd12430d052306f4579bbbdc2a # Parent e11b8c88390e8bf51370ea4e40ef78a352136f9b (help-map, help-for-help-internal): Add `C-h C-a'. diff -r e11b8c88390e -r d91beda3b06e lisp/help.el --- a/lisp/help.el Sat Nov 10 21:19:13 2007 +0000 +++ b/lisp/help.el Sat Nov 10 21:19:54 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.