diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-08-02 17:52:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-08-02 17:52:26 +0000 |
commit | 69a7537f47c12c41ab01ee4cf6cbd505593a22a8 (patch) | |
tree | 2e635fa8bc7ea51f23bb941ef440aa318ec8dbae /lisp | |
parent | 257792a8db92797a61590970f9114fa2f9b1dab0 (diff) | |
download | emacs-69a7537f47c12c41ab01ee4cf6cbd505593a22a8.tar.gz emacs-69a7537f47c12c41ab01ee4cf6cbd505593a22a8.tar.bz2 emacs-69a7537f47c12c41ab01ee4cf6cbd505593a22a8.zip |
(menu-bar-help-menu): Add "About GNU" menu item.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/menu-bar.el | 3 |
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")) (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")) |