diff lisp/time.el @ 54525:b928269daf24

(display-time-string-forms): Fix help-echo date format.
author Juri Linkov <juri@jurta.org>
date Tue, 23 Mar 2004 07:41:38 +0000
parents de3c77f25914
children aac0a33f5772
line wrap: on
line diff
--- a/lisp/time.el	Tue Mar 23 07:39:56 2004 +0000
+++ b/lisp/time.el	Tue Mar 23 07:41:38 2004 +0000
@@ -177,7 +177,7 @@
      (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.