]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-map, help-for-help-internal): Add `C-h C-a'.
authorJuri Linkov <juri@jurta.org>
Sat, 10 Nov 2007 21:19:54 +0000 (21:19 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 10 Nov 2007 21:19:54 +0000 (21:19 +0000)
lisp/help.el

index 4a94fd35bc7b870c79feb5386dd831cdafc4ace8..8d8ea7c206fc09367765750af3b74ae5408dd79c 100644 (file)
@@ -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 @@ w  where-is.  Type a command name; it displays which keystrokes
 .  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.