diff options
author | Andreas Schwab <schwab@suse.de> | 2006-11-10 15:04:03 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2006-11-10 15:04:03 +0000 |
commit | f3f4e600399fdd8bf0a23e50b7704825145fddc4 (patch) | |
tree | 7686e7cc1c1a3b2ef48224ccc588c61bb569478d /lisp/calendar/cal-dst.el | |
parent | 1b7916fb37373f50e83d0378b2f7dac9818464cb (diff) | |
download | emacs-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.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 @@ (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." |