Mercurial > emacs
changeset 77715:5ccb0e885118
(display-time-24hr-format): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 16 May 2007 11:27:37 +0000 |
parents | bc6b6a0db3e3 |
children | c8be59c5a8b1 |
files | lisp/time.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)