Mercurial > emacs
changeset 80933:c9111e7f82a5
(display-time-24hr-format): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 16 May 2007 13:18:02 +0000 |
parents | 3d1f053bb61b |
children | e9ab3aaf2c9b |
files | lisp/time.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)