# HG changeset patch # User Richard M. Stallman # Date 739221616 0 # Node ID 965b015a4aef7c8b55143de2a2e3b0c54736cbd4 # Parent ff3960b885c9fbee0243c8f65b2b4ecdad87ae29 (display-time-24hr-format): Make it a user option. diff -r ff3960b885c9 -r 965b015a4aef lisp/time.el --- 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)