diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 1729 | between 0 and 23. DAY is an integer between 1 and 31. MONTH is an | 1729 | between 0 and 23. DAY is an integer between 1 and 31. MONTH is an |
| 1730 | integer between 1 and 12. YEAR is an integer indicating the | 1730 | integer between 1 and 12. YEAR is an integer indicating the |
| 1731 | four-digit year. DOW is the day of week, an integer between 0 and 6, | 1731 | four-digit year. DOW is the day of week, an integer between 0 and 6, |
| 1732 | where 0 is Sunday. DST is t if daylight savings time is effect, | 1732 | where 0 is Sunday. DST is t if daylight saving time is effect, |
| 1733 | otherwise nil. ZONE is an integer indicating the number of seconds | 1733 | otherwise nil. ZONE is an integer indicating the number of seconds |
| 1734 | east of Greenwich. (Note that Common Lisp has different meanings for | 1734 | east of Greenwich. (Note that Common Lisp has different meanings for |
| 1735 | DOW and ZONE.) */) | 1735 | DOW and ZONE.) */) |
| @@ -1778,7 +1778,7 @@ This is the reverse operation of `decode-time', which see. | |||
| 1778 | ZONE defaults to the current time zone rule. This can | 1778 | ZONE defaults to the current time zone rule. This can |
| 1779 | be a string or t (as from `set-time-zone-rule'), or it can be a list | 1779 | be a string or t (as from `set-time-zone-rule'), or it can be a list |
| 1780 | \(as from `current-time-zone') or an integer (as from `decode-time') | 1780 | \(as from `current-time-zone') or an integer (as from `decode-time') |
| 1781 | applied without consideration for daylight savings time. | 1781 | applied without consideration for daylight saving time. |
| 1782 | 1782 | ||
| 1783 | You can pass more than 7 arguments; then the first six arguments | 1783 | You can pass more than 7 arguments; then the first six arguments |
| 1784 | are used as SECOND through YEAR, and the *last* argument is used as ZONE. | 1784 | are used as SECOND through YEAR, and the *last* argument is used as ZONE. |