From 704c78e9c55a8806e1b508e372ae6dc2582c3bfd Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Thu, 11 Aug 2005 01:54:40 +0000 Subject: [PATCH] (menu-bar-showhide-menu): Rename "Date, Time and Mail" item to "Time, Load and Mail". Change help echo text. --- lisp/menu-bar.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 250eca12134..4c7782e7e4c 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -708,8 +708,9 @@ by \"Save Options\" in Custom buffers.") (define-key menu-bar-showhide-menu [showhide-date-time] (menu-bar-make-mm-toggle display-time-mode - "Date, Time and Mail" - "Display date, time, mail status in mode line")) + "Time, Load and Mail" + "Display time, system load averages and \ +mail status in mode line")) (define-key menu-bar-showhide-menu [datetime-separator] '("--")) -- 2.39.2