From 69a7537f47c12c41ab01ee4cf6cbd505593a22a8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 2 Aug 2007 17:52:26 +0000 Subject: [PATCH] (menu-bar-help-menu): Add "About GNU" menu item. --- lisp/menu-bar.el | 3 +++ 1 file changed, 3 insertions(+) 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")) -- 2.39.2