changeset 73894:cfa3c02ad6bf

(calendar-dst-check-each-year-flag): Avoid starting sentence with "nil".
author Andreas Schwab <schwab@suse.de>
date Fri, 10 Nov 2006 15:04:03 +0000
parents af2064a2e4f1
children eb4311072b92
files lisp/calendar/cal-dst.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-dst.el	Fri Nov 10 15:03:06 2006 +0000
+++ b/lisp/calendar/cal-dst.el	Fri Nov 10 15:04:03 2006 +0000
@@ -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."