From: Richard M. Stallman Date: Thu, 2 Aug 2007 17:52:26 +0000 (+0000) Subject: (menu-bar-help-menu): Add "About GNU" menu item. X-Git-Tag: emacs-pretest-22.1.90~1119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69a7537f47c12c41ab01ee4cf6cbd505593a22a8;p=emacs.git (menu-bar-help-menu): Add "About GNU" menu item. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index a0044dcc2da..0c9ff964e30 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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"))