comparison lisp/time.el @ 18566:496848617eb4

(display-time-string-forms): Use %M, not %m.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Jul 1997 20:01:13 +0000
parents 11218164bc54
children 31fbf3a289c1
comparison
equal deleted inserted replaced
18565:1df558397136 18566:496848617eb4
129 (defcustom display-time-string-forms 129 (defcustom display-time-string-forms
130 '((if (and (not display-time-format) display-time-day-and-date) 130 '((if (and (not display-time-format) display-time-day-and-date)
131 (format-time-string "%a %b %e " now) 131 (format-time-string "%a %b %e " now)
132 "") 132 "")
133 (format-time-string (or display-time-format 133 (format-time-string (or display-time-format
134 (if display-time-24hr-format "%H:%m" "%-I:%M%p")) 134 (if display-time-24hr-format "%H:%M" "%-I:%M%p"))
135 now) 135 now)
136 load 136 load
137 (if mail " Mail" "")) 137 (if mail " Mail" ""))
138 "*A list of expressions governing display of the time in the mode line. 138 "*A list of expressions governing display of the time in the mode line.
139 For most purposes, you can control the time format using `display-time-format' 139 For most purposes, you can control the time format using `display-time-format'