diff lisp/menu-bar.el @ 83650:984b1dfd7601

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 843-845) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 84-87) - Update from CVS - Change capitalization of VC backend names for new backends Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-30
author Miles Bader <miles@gnu.org>
date Fri, 03 Aug 2007 05:58:06 +0000
parents b210fca2fe6e b8c796068320
children 5b644ae74c91
line wrap: on
line diff
--- a/lisp/menu-bar.el	Fri Aug 03 05:27:43 2007 +0000
+++ b/lisp/menu-bar.el	Fri Aug 03 05:58:06 2007 +0000
@@ -1364,6 +1364,9 @@
 (define-key menu-bar-help-menu [describe-copying]
   '(menu-item "Copying Conditions" describe-copying
 	      :help "Show the Emacs license (GPL)"))
+(define-key menu-bar-help-menu [describe-project]
+  '(menu-item "About GNU" describe-project
+	      :help "About the GNU System, GNU Project, and GNU/Linux"))
 (define-key menu-bar-help-menu [describe-distribution]
   '(menu-item "Getting New Versions" describe-distribution
 	      :help "How to get latest versions of Emacs"))