(menu-bar-help-menu): Add "About GNU" menu item.
authorRichard M. Stallman <rms@gnu.org>
Thu, 2 Aug 2007 17:52:26 +0000 (17:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 2 Aug 2007 17:52:26 +0000 (17:52 +0000)
lisp/menu-bar.el

index a0044dc..0c9ff96 100644 (file)
@@ -1351,6 +1351,9 @@ key, a click, or a menu-item"))
 (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"))