comparison lisp/time.el @ 80933:c9111e7f82a5

(display-time-24hr-format): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 16 May 2007 13:18:02 +0000
parents e3694f1cb928
children 28206c0a5ce2
comparison
equal deleted inserted replaced
80932:3d1f053bb61b 80933:c9111e7f82a5
92 :type 'integer 92 :type 'integer
93 :group 'display-time) 93 :group 'display-time)
94 94
95 (defcustom display-time-24hr-format nil 95 (defcustom display-time-24hr-format nil
96 "*Non-nil indicates time should be displayed as hh:mm, 0 <= hh <= 23. 96 "*Non-nil indicates time should be displayed as hh:mm, 0 <= hh <= 23.
97 nil means 1 <= hh <= 12, and an AM/PM suffix is used." 97 A value of nil means 1 <= hh <= 12, and an AM/PM suffix is used."
98 :type 'boolean 98 :type 'boolean
99 :group 'display-time) 99 :group 'display-time)
100 100
101 (defvar display-time-string nil) 101 (defvar display-time-string nil)
102 102