From 1824298e87631b51ec8fe1033ae25f127b3ec94b Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 16 Aug 2007 00:10:39 +0000 Subject: [PATCH] (menu-bar-help-menu): Bind About Emacs menu item to about-emacs instead of display-splash-screen. --- lisp/menu-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 8bc0bd86a41..fcf11f05314 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1381,7 +1381,7 @@ key, a click, or a menu-item")) data-directory)) (goto-address))) (define-key menu-bar-help-menu [about] - '(menu-item "About Emacs" display-splash-screen + '(menu-item "About Emacs" about-emacs :help "Display version number, copyright info, and basic help")) (define-key menu-bar-help-menu [sep2] '("--")) -- 2.39.2