]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-showhide-menu): Rename "Date, Time and Mail" item to
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 11 Aug 2005 01:54:40 +0000 (01:54 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 11 Aug 2005 01:54:40 +0000 (01:54 +0000)
"Time, Load and Mail".  Change help echo text.

lisp/menu-bar.el

index 250eca121349bb0df0ba65aecaae581db99f6ea0..4c7782e7e4c4222c0ef339e481d1cd154fee2bef 100644 (file)
@@ -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]
   '("--"))