summaryrefslogtreecommitdiff
path: root/lisp/time.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-03-23 07:43:10 +0000
committerJuri Linkov <juri@jurta.org>2004-03-23 07:43:10 +0000
commitef3e91755f45be240466d5d62178a5eeeecc36ba (patch)
tree9233aed7e391a1cdf27eae296133825c35490cc7 /lisp/time.el
parentf561ff53ca9d49f4a2f2b2d549eef7f8b2d3f736 (diff)
downloademacs-ef3e91755f45be240466d5d62178a5eeeecc36ba.tar.gz
(display-time-string-forms): Fix help-echo date format.
Diffstat (limited to 'lisp/time.el')
-rw-r--r--lisp/time.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el
index a4c5f97ac98..ebc883b3d8e 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -177,7 +177,7 @@ depend on `display-time-day-and-date' and `display-time-24hr-format'."
(format-time-string (or display-time-format
(if display-time-24hr-format "%H:%M" "%-I:%M%p"))
now)
- 'help-echo (format-time-string "%s %b %e, %Y" now))
+ 'help-echo (format-time-string "%a %b %e, %Y" now))
load
(if mail
;; Build the string every time to act on customization.