From 008cea2cfa38d6861ae0ab34020d1aa88cd51c59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 29 Jan 2002 13:55:43 +0000 Subject: [PATCH] (menu-bar-help-menu): Change menu-item "Show Emacs Version" to "About Emacs". --- lisp/ChangeLog | 9 +++++++++ lisp/menu-bar.el | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d70b1d33bc..c05e430aa29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-01-29 Pavel Jan,Bm(Bk + + * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs + Version" to "About Emacs". + + * startup.el (normal-splash-screen, display-splash-screen): + New functions (separated from command-line-1). + (command-line-1): Use them. + 2002-01-28 Eli Zaretskii * calendar/calendar.el (generate-calendar-month): Doc fix. 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] -- 2.39.2