]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix "daylight savings time" -> "daylight saving time" typo.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 19:03:51 +0000 (19:03 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 19:03:51 +0000 (19:03 +0000)
lispref/os.texi
man/ChangeLog
man/emacs.texi

index 1ff0517891dcb2a64cf456c806fdf46a63932754..5c342df2a4dbe2a2f3c0dfaceda879af30d3d02b 100644 (file)
@@ -1042,7 +1042,7 @@ The value has the form @code{(@var{offset} @var{name})}.  Here
 @var{offset} is an integer giving the number of seconds ahead of UTC
 (east of Greenwich).  A negative value means west of Greenwich.  The
 second element, @var{name}, is a string giving the name of the time
-zone.  Both elements change when daylight savings time begins or ends;
+zone.  Both elements change when daylight saving time begins or ends;
 if the user has specified a time zone that does not use a seasonal time
 adjustment, then the value is constant through time.
 
@@ -1125,7 +1125,7 @@ The year, an integer typically greater than 1900.
 The day of week, as an integer between 0 and 6, where 0 stands for
 Sunday.
 @item dst
-@code{t} if daylight savings time is effect, otherwise @code{nil}.
+@code{t} if daylight saving time is effect, otherwise @code{nil}.
 @item zone
 An integer indicating the time zone, as the number of seconds east of
 Greenwich.
@@ -1145,11 +1145,11 @@ to stand for years above 1900, or years above 2000, you must alter them
 yourself before you call @code{encode-time}.
 
 The optional argument @var{zone} defaults to the current time zone and
-its daylight savings time rules.  If specified, it can be either a list
+its daylight saving time rules.  If specified, it can be either a list
 (as you would get from @code{current-time-zone}), a string as in the
 @code{TZ} environment variable, @code{t} for Universal Time, or an
 integer (as you would get from @code{decode-time}).  The specified
-zone is used without any further alteration for daylight savings time.
+zone is used without any further alteration for daylight saving time.
 
 If you pass more than seven arguments to @code{encode-time}, the first
 six are used as @var{seconds} through @var{year}, the last argument is
index 25a369db8ccf2e5eeb49728d3ec4ed6ba313e8fe..756332cde0b7c1188c2a73c2618db667cee83169 100644 (file)
 
 2006-12-24  Kevin Ryde  <user42@zip.com.au>
 
-       * calendar.texi (Holidays): US daylight savings begins second Sunday
+       * calendar.texi (Holidays): US daylight saving begins second Sunday
        in March for 2007 onwards.
-       (Daylight Savings): Show new US default daylight savings rules, 2nd
+       (Daylight Savings): Show new US default daylight saving rules, 2nd
        Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
 
 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
index 55306d2c863b1233f1f4cbd4c35b08f61aa76ef1..961882b7a81b71fbe2fda62be573bfb2f5016988 100644 (file)
@@ -812,7 +812,7 @@ The Calendar and the Diary
 * Diary::               Displaying events from your diary.
 * Appointments::       Reminders when it's time to do something.
 * Importing Diary::     Converting diary events to/from other formats.
-* Daylight Saving::    How to specify when daylight savings time is active.
+* Daylight Saving::    How to specify when daylight saving time is active.
 * Time Intervals::      Keeping track of time intervals.
 * Advanced Calendar/Diary Usage:: Advanced Calendar/Diary customization.