]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix "daylight savings" -> "daylight saving" typo.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:44:06 +0000 (18:44 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:44:06 +0000 (18:44 +0000)
lisp/ChangeLog.3
lisp/ChangeLog.4
src/ChangeLog.3

index 1fcfc5bd94abb17544ed945b2f2e4100f9e4036d..c2379009c00c080f823778b08badac6db9848a04 100644 (file)
        * holidays.el (calendar-holiday-function-sexp):
        New function.
        *calendar.el (calendar-holidays): Describe it and use it for daylight
-       savings.
+       saving.
 
        * calendar.el, cal-mayan.el, cal-french.el: Change names of all
        calendar-goto-next- or calendar-goto-previous- commands to
index fc7318d8feb6b8b8ed30b1af156494076f48cc20..872a39fa4b27ad4081214cf0a95a0301a7d58426 100644 (file)
 
        * cal-dst.el (calendar-time-zone-daylight-rules): Remove
        special case for Israel.  Israel has changed its daylight
-       savings time rules.  We don't know what the current rules are,
+       saving time rules.  We don't know what the current rules are,
        but the special case was definitely incorrect.
 
 1993-09-06  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
         (general-holidays, calendar-holidays, hebrew-holidays,
         christian-holidays, islamic-holidays,
         solar-holidays): Rewritten to include require of cal-dst.el and to
-        show the time of the change to/from daylight savings time.
+        show the time of the change to/from daylight saving time.
         (calendar-current-time-zone, calendar-time-zone,
         calendar-daylight-time-offset, calendar-standard-time-zone-name,
         calendar-daylight-time-zone-name, calendar-daylight-savings-starts,
         (solar-time-string): Use calendar-daylight-time-offset instead of
         1 hr, and use calendar-daylight-savings-switchover-time instead of
         midnight.  Add an optional parameter to allow forcing the use of
-        standard or daylight savings time.  Fix code so it works in
+        standard or daylight saving time.  Fix code so it works in
         southern hemisphere (start of dst precedes end of dst in a
         calendar year) and when dst either starts or ends in a calendar
         year, but not both.
index 343eec689a2b4055982776242e3237fbab43dd35..d6e1dff4e32a3fc1c6824adabec9980b51693722 100644 (file)
        HAVE_TIMEVAL is defined and NEED_TIME_H isn't.
 
        * systime.h: Note that the tz_dsttime field of the struct timezone
-       returned by gettimeofday doesn't say whether daylight savings is
+       returned by gettimeofday doesn't say whether daylight saving is
        _currently- active; rather it specifies whether it is *ever*
        active.
        (EMACS_GET_TZ_OFFSET_AND_SAVINGS): Removed `savings_flag'