Mercurial > emacs
changeset 13013:2511f0ccd986
(Fdecode_time): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 09 Sep 1995 19:31:29 +0000 |
parents | ac84d1c8c770 |
children | 077bb437f649 |
files | src/editfns.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Fri Sep 08 20:39:17 1995 +0000 +++ b/src/editfns.c Sat Sep 09 19:31:29 1995 +0000 @@ -652,7 +652,8 @@ The optional SPECIFIED-TIME should be a list of (HIGH LOW . IGNORED)\n\ or (HIGH . LOW), as from `current-time' and `file-attributes', or `nil'\n\ to use the current time. The list has the following nine members:\n\ -SEC is an integer between 0 and 59. MINUTE is an integer between 0 and 59.\n\ +SEC is an integer between 0 and 60; SEC is 60 for a leap second, which\n\ +only some operating systems support. MINUTE is an integer between 0 and 59.\n\ HOUR is an integer between 0 and 23. DAY is an integer between 1 and 31.\n\ MONTH is an integer between 1 and 12. YEAR is an integer indicating the\n\ four-digit year. DOW is the day of week, an integer between 0 and 6, where\n\