aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/cal-dst.el2
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.
47nil means to assume the next two transitions found after the 47Otherwise assume the next two transitions found after the
48current date apply to all years. This is faster, but not always 48current date apply to all years. This is faster, but not always
49correct, since the dates of Daylight Saving transitions sometimes 49correct, since the dates of Daylight Saving transitions sometimes
50change." 50change."