diff options
author | Kim F. Storm <storm@cua.dk> | 2008-02-29 23:37:54 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2008-02-29 23:37:54 +0000 |
commit | ac1818b551063394aa644c103d6bd3fb48f9cb63 (patch) | |
tree | c8c851e7ff24f09df41d75ff24f4e5f5a57020f3 /lisp/menu-bar.el | |
parent | 7b01c8d79e9ff796e511ab3ac161c6b7617f957a (diff) | |
download | emacs-ac1818b551063394aa644c103d6bd3fb48f9cb63.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 2ad77ce4e46..d4e7628914d 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1352,7 +1352,7 @@ key, a click, or a menu-item")) :help "Read the Introduction to Emacs Lisp Programming")) (define-key menu-bar-help-menu [about-gnu-project] - '(menu-item "About GNU" describe-project + '(menu-item "About GNU" describe-gnu-project :help "About the GNU System, GNU Project, and GNU/Linux")) (define-key menu-bar-help-menu [about-emacs] '(menu-item "About Emacs" about-emacs |