diff lisp/time.el @ 77715:5ccb0e885118

(display-time-24hr-format): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 16 May 2007 11:27:37 +0000
parents e3694f1cb928
children 28206c0a5ce2
line wrap: on
line diff
--- a/lisp/time.el	Wed May 16 11:26:41 2007 +0000
+++ b/lisp/time.el	Wed May 16 11:27:37 2007 +0000
@@ -94,7 +94,7 @@
 
 (defcustom display-time-24hr-format nil
   "*Non-nil indicates time should be displayed as hh:mm, 0 <= hh <= 23.
-nil means 1 <= hh <= 12, and an AM/PM suffix is used."
+A value of nil means 1 <= hh <= 12, and an AM/PM suffix is used."
   :type 'boolean
   :group 'display-time)