Mercurial > emacs
changeset 52211:a057bd074729
(Fencode_time): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Aug 2003 00:24:04 +0000 |
parents | eb055edafe69 |
children | db86c36d5abf |
files | src/editfns.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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;