diff options
| -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.") | |||
| 41 | "*Seconds between updates of time in the mode line.") | 41 | "*Seconds between updates of time in the mode line.") |
| 42 | 42 | ||
| 43 | (defvar display-time-24hr-format nil | 43 | (defvar display-time-24hr-format nil |
| 44 | "Non-nill indicates time should be displayed as hh:mm, 0 <= hh <= 23. | 44 | "*Non-nill indicates time should be displayed as hh:mm, 0 <= hh <= 23. |
| 45 | Nil means 1 <= hh <= 12, and an AM/PM suffix is used.") | 45 | Nil means 1 <= hh <= 12, and an AM/PM suffix is used.") |
| 46 | 46 | ||
| 47 | (defvar display-time-string nil) | 47 | (defvar display-time-string nil) |