emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help.el,v [EMACS_22_BASE]


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el,v [EMACS_22_BASE]
Date: Sat, 10 Nov 2007 21:19:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juri Linkov <jurta>     07/11/10 21:19:54

Index: help.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/help.el,v
retrieving revision 1.327.2.2
retrieving revision 1.327.2.3
diff -u -b -r1.327.2.2 -r1.327.2.3
--- help.el     6 Aug 2007 06:49:49 -0000       1.327.2.2
+++ help.el     10 Nov 2007 21:19:54 -0000      1.327.2.3
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]