emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e82ae1d 06/12: decoded-time-dst doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master e82ae1d 06/12: decoded-time-dst doc fix
Date: Wed, 31 Jul 2019 15:47:58 -0400 (EDT)

branch: master
commit e82ae1db3c63449641f65cf249efa5b475da22a2
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    decoded-time-dst doc fix
    
    * lisp/simple.el (decoded-time): Doc fix for dst (note -1 value).
---
 lisp/simple.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 0bc39f0..08021ce 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.")
   (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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]