diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-08-11 01:54:40 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-08-11 01:54:40 +0000 |
commit | 704c78e9c55a8806e1b508e372ae6dc2582c3bfd (patch) | |
tree | 6808d048508618694e3e9b455d50fc7623999984 | |
parent | d7baab9c2c47ccb9c449d172a0ad2201797d7cd3 (diff) | |
download | emacs-704c78e9c55a8806e1b508e372ae6dc2582c3bfd.tar.gz |
(menu-bar-showhide-menu): Rename "Date, Time and Mail" item to
"Time, Load and Mail". Change help echo text.
-rw-r--r-- | lisp/menu-bar.el | 5 |
1 files 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] '("--")) |