]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdecode_time): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 9 Sep 1995 19:31:29 +0000 (19:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 9 Sep 1995 19:31:29 +0000 (19:31 +0000)
src/editfns.c

index ee4993f057b7a5f51e0948b856667ac109a3d991..42fb68a10bd28cc1531c25da267a950aad8ca0f5 100644 (file)
@@ -652,7 +652,8 @@ DEFUN ("decode-time", Fdecode_time, Sdecode_time, 0, 1, 0,
 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\