summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-dst.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2006-11-10 15:04:03 +0000
committerAndreas Schwab <schwab@suse.de>2006-11-10 15:04:03 +0000
commitf3f4e600399fdd8bf0a23e50b7704825145fddc4 (patch)
tree7686e7cc1c1a3b2ef48224ccc588c61bb569478d /lisp/calendar/cal-dst.el
parent1b7916fb37373f50e83d0378b2f7dac9818464cb (diff)
downloademacs-f3f4e600399fdd8bf0a23e50b7704825145fddc4.tar.gz
(calendar-dst-check-each-year-flag): Avoid
starting sentence with "nil".
Diffstat (limited to 'lisp/calendar/cal-dst.el')
-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 @@
(defcustom calendar-dst-check-each-year-flag t
"Non-nil means to check each year for DST transitions as needed.
-nil means to assume the next two transitions found after the
+Otherwise assume the next two transitions found after the
current date apply to all years. This is faster, but not always
correct, since the dates of Daylight Saving transitions sometimes
change."