# HG changeset patch # User Juri Linkov # Date 1187223039 0 # Node ID 691ac5406bd47b077e896d145b51fe72e7c169d9 # Parent d99c84981247dc6abc8ef7be0c37b9e6e8f47390 (menu-bar-help-menu): Bind About Emacs menu item to about-emacs instead of display-splash-screen. diff -r d99c84981247 -r 691ac5406bd4 lisp/menu-bar.el --- a/lisp/menu-bar.el Wed Aug 15 23:24:17 2007 +0000 +++ b/lisp/menu-bar.el Thu Aug 16 00:10:39 2007 +0000 @@ -1381,7 +1381,7 @@ 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] '("--"))