diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-04 19:20:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-04 19:20:16 +0000 |
commit | ce04ffeb3fdc9086dfe0584312e5c1345a634ae9 (patch) | |
tree | 0e151226efba11ff5aede4a15fc481030e506004 /lisp/time.el | |
parent | 704a9b457a393cf3f4fe229c18d13ed4917646c0 (diff) | |
download | emacs-ce04ffeb3fdc9086dfe0584312e5c1345a634ae9.tar.gz |
(display-time-24hr-format): Make it a user option.
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 a1827f644a5..eaab09e1934 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -41,7 +41,7 @@ Default is system-dependent, and is the same as used by Rmail.") "*Seconds between updates of time in the mode line.") (defvar display-time-24hr-format nil - "Non-nill indicates time should be displayed as hh:mm, 0 <= hh <= 23. + "*Non-nill indicates time should be displayed as hh:mm, 0 <= hh <= 23. Nil means 1 <= hh <= 12, and an AM/PM suffix is used.") (defvar display-time-string nil) |