Mercurial > emacs
changeset 78393:a0c48816cbe9
(menu-bar-help-menu): Add "About GNU" menu item.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 02 Aug 2007 17:52:26 +0000 |
parents | 9c5026c874d9 |
children | ec3c22479e73 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Thu Aug 02 17:49:33 2007 +0000 +++ b/lisp/menu-bar.el Thu Aug 02 17:52:26 2007 +0000 @@ -1351,6 +1351,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"))