diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index 97a939ce43b..3f925e0dfa1 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1665,6 +1665,9 @@ for example, a DAY of 0 means the day preceding the given month. | |||
| 1665 | Year numbers less than 100 are treated just like other year numbers. | 1665 | Year numbers less than 100 are treated just like other year numbers. |
| 1666 | If you want them to stand for years in this century, you must do that yourself. | 1666 | If you want them to stand for years in this century, you must do that yourself. |
| 1667 | 1667 | ||
| 1668 | Years before 1970 are not guaranteed to work. On some systems, | ||
| 1669 | year values as low as 1901 do work. | ||
| 1670 | |||
| 1668 | usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) */) | 1671 | usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) */) |
| 1669 | (nargs, args) | 1672 | (nargs, args) |
| 1670 | int nargs; | 1673 | int nargs; |