emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-forms.el,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-forms.el,v
Date: Mon, 19 Mar 2007 09:57:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  07/03/19 09:57:30

Index: calc-forms.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-forms.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- calc-forms.el       19 Mar 2007 03:16:20 -0000      1.20
+++ calc-forms.el       19 Mar 2007 09:57:30 -0000      1.21
@@ -1314,7 +1314,7 @@
 (defun math-std-daylight-savings (date dt zone bump)
   "Standard North American daylight saving algorithm.
 Before 2007, this uses `math-std-daylight-savings-old', where
-daylight savings began on the first Sunday of April at 2 a.m.,
+daylight saving began on the first Sunday of April at 2 a.m.,
 and ended on the last Sunday of October at 2 a.m.
 As of 2007, this uses `math-std-daylight-savings-new', where
 daylight saving begins on the second Sunday of March at 2 a.m.,
@@ -1345,9 +1345,9 @@
        (t 0)))
 
 (defun math-std-daylight-savings-old (date dt zone bump)
-  "Standard North American daylight savings algorithm before 2007.
+  "Standard North American daylight saving algorithm before 2007.
 This implements the rules for the U.S. and Canada.
-Daylight savings begins on the first Sunday of April at 2 a.m.,
+Daylight saving begins on the first Sunday of April at 2 a.m.,
 and ends on the last Sunday of October at 2 a.m."
   (cond ((< (nth 1 dt) 4) 0)
        ((= (nth 1 dt) 4)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]