diff options
| -rw-r--r-- | lisp/calendar/cal-dst.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el index 9604a4debbc..aed4c32e3db 100644 --- a/lisp/calendar/cal-dst.el +++ b/lisp/calendar/cal-dst.el | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | 44 | ||
| 45 | (defcustom calendar-dst-check-each-year-flag t | 45 | (defcustom calendar-dst-check-each-year-flag t |
| 46 | "Non-nil means to check each year for DST transitions as needed. | 46 | "Non-nil means to check each year for DST transitions as needed. |
| 47 | nil means to assume the next two transitions found after the | 47 | Otherwise assume the next two transitions found after the |
| 48 | current date apply to all years. This is faster, but not always | 48 | current date apply to all years. This is faster, but not always |
| 49 | correct, since the dates of Daylight Saving transitions sometimes | 49 | correct, since the dates of Daylight Saving transitions sometimes |
| 50 | change." | 50 | change." |