diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 11:27:37 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 11:27:37 +0000 |
commit | 7d326782f204c46f5befd5fb1ea6b4dbc7b628e0 (patch) | |
tree | 96396f60707a5e9e095eb14391ebee5816c44510 /lisp/time.el | |
parent | 7b17b503fb4255123ccdf2f6c50e3309c446c018 (diff) | |
download | emacs-7d326782f204c46f5befd5fb1ea6b4dbc7b628e0.tar.gz |
(display-time-24hr-format): Doc fix.
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el index b59ecbc3601..140a1a817b4 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -94,7 +94,7 @@ past 15 minutes. The default is to display 1 minute load average." (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) |