Mercurial > emacs
changeset 82398:691ac5406bd4
(menu-bar-help-menu): Bind About Emacs menu item to about-emacs instead of
display-splash-screen.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 16 Aug 2007 00:10:39 +0000 |
parents | d99c84981247 |
children | 3d3fbe15d8ec |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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] '("--"))