aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/os.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 201ca18c1e4..a034ccdcd5c 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1689,7 +1689,8 @@ following form:
1689@noindent 1689@noindent
1690The format of this list is the same as what @code{decode-time} accepts 1690The format of this list is the same as what @code{decode-time} accepts
1691(@pxref{Time Conversion}), and is described in more detail there. Any 1691(@pxref{Time Conversion}), and is described in more detail there. Any
1692element that cannot be determined from the input will be set to 1692@code{dst} element that cannot be determined from the input is set to
1693@minus{}1, and any other unknown element is set to
1693@code{nil}. The argument @var{string} should resemble an RFC 822 (or later) or 1694@code{nil}. The argument @var{string} should resemble an RFC 822 (or later) or
1694ISO 8601 string, like ``Fri, 25 Mar 2016 16:24:56 +0100'' or 1695ISO 8601 string, like ``Fri, 25 Mar 2016 16:24:56 +0100'' or
1695``1998-09-12T12:21:54-0200'', but this function will attempt to parse 1696``1998-09-12T12:21:54-0200'', but this function will attempt to parse