# HG changeset patch # User Juanma Barranquero # Date 1179321482 0 # Node ID c9111e7f82a592da6c5e765d80612b94944d582a # Parent 3d1f053bb61be5ce1756af17c0a69ed64edbaa12 (display-time-24hr-format): Doc fix. diff -r 3d1f053bb61b -r c9111e7f82a5 lisp/time.el --- a/lisp/time.el Wed May 16 13:17:32 2007 +0000 +++ b/lisp/time.el Wed May 16 13:18:02 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)