From: Chong Yidong Date: Sat, 17 Mar 2007 18:31:34 +0000 (+0000) Subject: (Fdecode_time, Fencode_time): "daylight savings" -> "daylight saving" X-Git-Tag: emacs-pretest-22.0.96~109 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c279ddfbaef5e25119f08cb555a036cf0c22c7e;p=emacs.git (Fdecode_time, Fencode_time): "daylight savings" -> "daylight saving" doc fix. --- diff --git a/src/editfns.c b/src/editfns.c index 5053119d0c4..8a0361f13b5 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1729,7 +1729,7 @@ support. MINUTE is an integer between 0 and 59. HOUR is an integer between 0 and 23. DAY is an integer between 1 and 31. MONTH is an integer between 1 and 12. YEAR is an integer indicating the four-digit year. DOW is the day of week, an integer between 0 and 6, -where 0 is Sunday. DST is t if daylight savings time is effect, +where 0 is Sunday. DST is t if daylight saving time is effect, otherwise nil. ZONE is an integer indicating the number of seconds east of Greenwich. (Note that Common Lisp has different meanings for DOW and ZONE.) */) @@ -1778,7 +1778,7 @@ This is the reverse operation of `decode-time', which see. ZONE defaults to the current time zone rule. This can be a string or t (as from `set-time-zone-rule'), or it can be a list \(as from `current-time-zone') or an integer (as from `decode-time') -applied without consideration for daylight savings time. +applied without consideration for daylight saving time. You can pass more than 7 arguments; then the first six arguments are used as SECOND through YEAR, and the *last* argument is used as ZONE.