]> git.eshelyaron.com Git - emacs.git/commitdiff
decoded-time-dst doc fix
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 30 Jul 2019 15:22:08 +0000 (17:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 31 Jul 2019 19:47:29 +0000 (21:47 +0200)
* lisp/simple.el (decoded-time): Doc fix for dst (note -1 value).

lisp/simple.el

index 0bc39f08c0799f19ff0876940882b5c70e766e02..08021ce0e08479cfe1096170999f557ecd27049b 100644 (file)
@@ -9081,7 +9081,9 @@ This is an integer between 1 and 12 (inclusive).  January is 1.")
   (weekday nil :documentation "\
 This is a number between 0 and 6, and 0 is Sunday.")
   (dst nil :documentation "\
-This is t if daylight saving time is in effect, and nil if not.")
+This is t if daylight saving time is in effect, nil if it is not
+in effect, and -1 if daylight saving information is not
+available.")
   (zone nil :documentation "\
 This is an integer indicating the UTC offset in seconds, i.e.,
 the number of seconds east of Greenwich.")