From: Luc Teirlinck Date: Thu, 11 Aug 2005 01:54:40 +0000 (+0000) Subject: (menu-bar-showhide-menu): Rename "Date, Time and Mail" item to X-Git-Tag: emacs-pretest-22.0.90~7640 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=704c78e9c55a8806e1b508e372ae6dc2582c3bfd;p=emacs.git (menu-bar-showhide-menu): Rename "Date, Time and Mail" item to "Time, Load and Mail". Change help echo text. --- 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] '("--"))