summaryrefslogtreecommitdiff
path: root/src/editfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-08-17 00:24:04 +0000
committerRichard M. Stallman <rms@gnu.org>2003-08-17 00:24:04 +0000
commitc24e982c71e22b0805eac98f5ecb72bed9d8f9e2 (patch)
tree8d54932ca06f897d43254328030207e6624b6a3d /src/editfns.c
parent8968986e578867885dfb3de8d8ca40589d9c893e (diff)
downloademacs-c24e982c71e22b0805eac98f5ecb72bed9d8f9e2.tar.gz
(Fencode_time): Doc fix.
Diffstat (limited to 'src/editfns.c')
-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.
Year numbers less than 100 are treated just like other year numbers.
If you want them to stand for years in this century, you must do that yourself.
+Years before 1970 are not guaranteed to work. On some systems,
+year values as low as 1901 do work.
+
usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) */)
(nargs, args)
int nargs;