# HG changeset patch # User Juanma Barranquero # Date 1179314857 0 # Node ID 5ccb0e885118f40d5451f8723cd68fe46f87dadc # Parent bc6b6a0db3e36502b1b8dfc79dcbbdd2c34add79 (display-time-24hr-format): Doc fix. diff -r bc6b6a0db3e3 -r 5ccb0e885118 lisp/time.el --- 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)