diff options
author | Juri Linkov <juri@jurta.org> | 2007-08-16 00:10:39 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2007-08-16 00:10:39 +0000 |
commit | 1824298e87631b51ec8fe1033ae25f127b3ec94b (patch) | |
tree | bc8d5023716e6fae91995ba68da015e92333730e /lisp/menu-bar.el | |
parent | 26cdce2387403f2b7a3eaf2b40fe72fc903b4a0e (diff) | |
download | emacs-1824298e87631b51ec8fe1033ae25f127b3ec94b.tar.gz |
(menu-bar-help-menu): Bind About Emacs menu item to about-emacs instead of
display-splash-screen.
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 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] '("--")) |