mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(help-map): Bind C-h C-a to about-emacs.
(help-for-help-internal): Add C-a description to C-h help text.
This commit is contained in:
parent
1cff9ad172
commit
d4a183328c
@ -46,6 +46,7 @@
|
|||||||
(define-key map "." 'display-local-help)
|
(define-key map "." 'display-local-help)
|
||||||
(define-key map "?" 'help-for-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-c" 'describe-copying)
|
||||||
(define-key map "\C-d" 'describe-distribution)
|
(define-key map "\C-d" 'describe-distribution)
|
||||||
(define-key map "\C-e" 'view-emacs-problems)
|
(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
|
. display-local-help. Display any available local help at point
|
||||||
in the echo area.
|
in the echo area.
|
||||||
|
|
||||||
|
C-a Display information about Emacs.
|
||||||
C-c Display Emacs copying permission (GNU General Public License).
|
C-c Display Emacs copying permission (GNU General Public License).
|
||||||
C-d Display Emacs ordering information.
|
C-d Display Emacs ordering information.
|
||||||
C-e Display info about Emacs problems.
|
C-e Display info about Emacs problems.
|
||||||
|
Loading…
Reference in New Issue
Block a user