aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/os.texi3
-rw-r--r--doc/misc/emacs-mime.texi2
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 0b9dd1c9cc3..43ca9ede00b 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1423,7 +1423,8 @@ The year, an integer typically greater than 1900.
1423The day of week, as an integer between 0 and 6, where 0 stands for 1423The day of week, as an integer between 0 and 6, where 0 stands for
1424Sunday. 1424Sunday.
1425@item dst 1425@item dst
1426@code{t} if daylight saving time is effect, otherwise @code{nil}. 1426@code{t} if daylight saving time is effect, @code{nil} if it is not
1427in effect, and @minus{}1 if this information is not available.
1427@item utcoff 1428@item utcoff
1428An integer indicating the Universal Time offset in seconds, i.e., the number of 1429An integer indicating the Universal Time offset in seconds, i.e., the number of
1429seconds east of Greenwich. 1430seconds east of Greenwich.
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi
index b71cc3755bf..45f37fb8557 100644
--- a/doc/misc/emacs-mime.texi
+++ b/doc/misc/emacs-mime.texi
@@ -1535,7 +1535,7 @@ Here's a bunch of time/date/second/day examples:
1535 1535
1536@example 1536@example
1537(parse-time-string "Sat Sep 12 12:21:54 1998 +0200") 1537(parse-time-string "Sat Sep 12 12:21:54 1998 +0200")
1538@result{} (54 21 12 12 9 1998 6 nil 7200) 1538@result{} (54 21 12 12 9 1998 6 -1 7200)
1539 1539
1540(date-to-time "Sat Sep 12 12:21:54 1998 +0200") 1540(date-to-time "Sat Sep 12 12:21:54 1998 +0200")
1541@result{} (13818 19266) 1541@result{} (13818 19266)