aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-08-02 17:52:26 +0000
committerRichard M. Stallman2007-08-02 17:52:26 +0000
commit69a7537f47c12c41ab01ee4cf6cbd505593a22a8 (patch)
tree2e635fa8bc7ea51f23bb941ef440aa318ec8dbae
parent257792a8db92797a61590970f9114fa2f9b1dab0 (diff)
downloademacs-69a7537f47c12c41ab01ee4cf6cbd505593a22a8.tar.gz
emacs-69a7537f47c12c41ab01ee4cf6cbd505593a22a8.zip
(menu-bar-help-menu): Add "About GNU" menu item.
-rw-r--r--lisp/menu-bar.el3
1 files changed, 3 insertions, 0 deletions
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"))
1351(define-key menu-bar-help-menu [describe-copying] 1351(define-key menu-bar-help-menu [describe-copying]
1352 '(menu-item "Copying Conditions" describe-copying 1352 '(menu-item "Copying Conditions" describe-copying
1353 :help "Show the Emacs license (GPL)")) 1353 :help "Show the Emacs license (GPL)"))
1354(define-key menu-bar-help-menu [describe-project]
1355 '(menu-item "About GNU" describe-project
1356 :help "About the GNU System, GNU Project, and GNU/Linux"))
1354(define-key menu-bar-help-menu [describe-distribution] 1357(define-key menu-bar-help-menu [describe-distribution]
1355 '(menu-item "Getting New Versions" describe-distribution 1358 '(menu-item "Getting New Versions" describe-distribution
1356 :help "How to get latest versions of Emacs")) 1359 :help "How to get latest versions of Emacs"))