summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-01-29 13:55:43 +0000
committerPavel Janík <Pavel@Janik.cz>2002-01-29 13:55:43 +0000
commit008cea2cfa38d6861ae0ab34020d1aa88cd51c59 (patch)
tree71e9513a29ed710dbf1fa02fb313cb9c8136418b /lisp/menu-bar.el
parentc61453ea45686c95748678285c2905d55e3436f2 (diff)
downloademacs-008cea2cfa38d6861ae0ab34020d1aa88cd51c59.tar.gz
(menu-bar-help-menu): Change menu-item "Show Emacs Version" to "About
Emacs".
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 6234ca873f4..95bc9a8f006 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1040,8 +1040,9 @@ key (or menu-item)"))
data-directory))
(goto-address)))
:help "Where to find some extra packages and possible updates"))
-(define-key menu-bar-help-menu [emacs-version]
- '(menu-item "Show Emacs Version" emacs-version))
+(define-key menu-bar-help-menu [about]
+ '(menu-item "About Emacs" display-splash-screen
+ :help "Display splash screen, version, and instructions"))
(define-key menu-bar-help-menu [sep2]
'("--"))
(define-key menu-bar-help-menu [finder-by-keyword]