aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-30 17:22:08 +0200
committerLars Ingebrigtsen2019-07-31 21:47:29 +0200
commite82ae1db3c63449641f65cf249efa5b475da22a2 (patch)
treeaf6fb93a680e6ae78d9e9eb53f3039647108bd6c
parent6a87416d61794af1bdde80f696a0595f215e7baa (diff)
downloademacs-e82ae1db3c63449641f65cf249efa5b475da22a2.tar.gz
emacs-e82ae1db3c63449641f65cf249efa5b475da22a2.zip
decoded-time-dst doc fix
* lisp/simple.el (decoded-time): Doc fix for dst (note -1 value).
-rw-r--r--lisp/simple.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 0bc39f08c07..08021ce0e08 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -9081,7 +9081,9 @@ This is an integer between 1 and 12 (inclusive). January is 1.")
9081 (weekday nil :documentation "\ 9081 (weekday nil :documentation "\
9082This is a number between 0 and 6, and 0 is Sunday.") 9082This is a number between 0 and 6, and 0 is Sunday.")
9083 (dst nil :documentation "\ 9083 (dst nil :documentation "\
9084This is t if daylight saving time is in effect, and nil if not.") 9084This is t if daylight saving time is in effect, nil if it is not
9085in effect, and -1 if daylight saving information is not
9086available.")
9085 (zone nil :documentation "\ 9087 (zone nil :documentation "\
9086This is an integer indicating the UTC offset in seconds, i.e., 9088This is an integer indicating the UTC offset in seconds, i.e.,
9087the number of seconds east of Greenwich.") 9089the number of seconds east of Greenwich.")