diff src/editfns.c @ 52211:a057bd074729

(Fencode_time): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Aug 2003 00:24:04 +0000
parents 59ba1f5d0a16
children 695cf19ef79e
line wrap: on
line diff
--- a/src/editfns.c	Sun Aug 17 00:22:21 2003 +0000
+++ b/src/editfns.c	Sun Aug 17 00:24:04 2003 +0000
@@ -1665,6 +1665,9 @@
 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;