# HG changeset patch # User Richard M. Stallman # Date 1061079844 0 # Node ID a057bd074729d68fba28ce9cb1160efdbf75c44b # Parent eb055edafe6973ea281a8365403b8484ddea257b (Fencode_time): Doc fix. diff -r eb055edafe69 -r a057bd074729 src/editfns.c --- 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;