Mercurial > emacs
changeset 3483:965b015a4aef
(display-time-24hr-format): Make it a user option.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 04 Jun 1993 19:20:16 +0000 |
parents | ff3960b885c9 |
children | bd26679f0db5 |
files | lisp/time.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/time.el Fri Jun 04 18:42:12 1993 +0000 +++ b/lisp/time.el Fri Jun 04 19:20:16 1993 +0000 @@ -41,7 +41,7 @@ "*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)