aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c3
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.
1665Year numbers less than 100 are treated just like other year numbers. 1665Year numbers less than 100 are treated just like other year numbers.
1666If you want them to stand for years in this century, you must do that yourself. 1666If you want them to stand for years in this century, you must do that yourself.
1667 1667
1668Years before 1970 are not guaranteed to work. On some systems,
1669year values as low as 1901 do work.
1670
1668usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) */) 1671usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) */)
1669 (nargs, args) 1672 (nargs, args)
1670 int nargs; 1673 int nargs;