summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2007-09-22 15:42:12 +0000
committerJuri Linkov <juri@jurta.org>2007-09-22 15:42:12 +0000
commitd4a183328c57b037fe8f0301b927fe2a90e3b9d5 (patch)
tree1fa2291344ae7b7e48aa09c2a9ec6c688cb5dac9 /lisp/help.el
parent1cff9ad1729dd14b9bd840614289694d57dafd47 (diff)
downloademacs-d4a183328c57b037fe8f0301b927fe2a90e3b9d5.tar.gz
(help-map): Bind C-h C-a to about-emacs.
(help-for-help-internal): Add C-a description to C-h help text.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 4a94fd35bc7..8d8ea7c206f 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -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.