diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 18:44:06 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 18:44:06 +0000 |
commit | 0226922c76f7b003333c501a5cd71113765842a8 (patch) | |
tree | 4733d8ab8a2e094c5a87191f9e5b5a35bea2af94 | |
parent | ed1dace6c7992221ad4574587c6bdc976f0e4b1f (diff) | |
download | emacs-0226922c76f7b003333c501a5cd71113765842a8.tar.gz |
Fix "daylight savings" -> "daylight saving" typo.
-rw-r--r-- | lisp/ChangeLog.3 | 2 | ||||
-rw-r--r-- | lisp/ChangeLog.4 | 6 | ||||
-rw-r--r-- | src/ChangeLog.3 | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index 1fcfc5bd94a..c2379009c00 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 @@ -5091,7 +5091,7 @@ * 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 diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index fc7318d8feb..872a39fa4b2 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 @@ -6131,7 +6131,7 @@ * 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) @@ -8087,7 +8087,7 @@ (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, @@ -8772,7 +8772,7 @@ (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. diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index 343eec689a2..d6e1dff4e32 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 @@ -5706,7 +5706,7 @@ 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' |