comparison 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
comparison
equal deleted inserted replaced
84782:1536a4c62c17 84783:0bbacec93d06
44 (define-key map [help] 'help-for-help) 44 (define-key map [help] 'help-for-help)
45 (define-key map [f1] 'help-for-help) 45 (define-key map [f1] 'help-for-help)
46 (define-key map "." 'display-local-help) 46 (define-key map "." 'display-local-help)
47 (define-key map "?" 'help-for-help) 47 (define-key map "?" 'help-for-help)
48 48
49 (define-key map "\C-a" 'about-emacs)
49 (define-key map "\C-c" 'describe-copying) 50 (define-key map "\C-c" 'describe-copying)
50 (define-key map "\C-d" 'describe-distribution) 51 (define-key map "\C-d" 'describe-distribution)
51 (define-key map "\C-e" 'view-emacs-problems) 52 (define-key map "\C-e" 'view-emacs-problems)
52 (define-key map "\C-f" 'view-emacs-FAQ) 53 (define-key map "\C-f" 'view-emacs-FAQ)
53 (define-key map "\C-m" 'view-order-manuals) 54 (define-key map "\C-m" 'view-order-manuals)
223 w where-is. Type a command name; it displays which keystrokes 224 w where-is. Type a command name; it displays which keystrokes
224 invoke that command. 225 invoke that command.
225 . display-local-help. Display any available local help at point 226 . display-local-help. Display any available local help at point
226 in the echo area. 227 in the echo area.
227 228
229 C-a Display information about Emacs.
228 C-c Display Emacs copying permission (GNU General Public License). 230 C-c Display Emacs copying permission (GNU General Public License).
229 C-d Display Emacs ordering information. 231 C-d Display Emacs ordering information.
230 C-e Display info about Emacs problems. 232 C-e Display info about Emacs problems.
231 C-f Display the Emacs FAQ. 233 C-f Display the Emacs FAQ.
232 C-m Display how to order printed Emacs manuals. 234 C-m Display how to order printed Emacs manuals.