emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 53ebec2: * src/timefns.c (Fdecode_time): Improve do


From: Paul Eggert
Subject: [Emacs-diffs] master 53ebec2: * src/timefns.c (Fdecode_time): Improve doc string.
Date: Sun, 29 Sep 2019 14:13:34 -0400 (EDT)

branch: master
commit 53ebec24c871c5e6adb6aed088199d1b15e0198a
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/timefns.c (Fdecode_time): Improve doc string.
---
 src/timefns.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/timefns.c b/src/timefns.c
index c1e3141..330d562 100644
--- a/src/timefns.c
+++ b/src/timefns.c
@@ -1472,9 +1472,9 @@ the TZ environment variable.  It can also be a list (as 
from
 without consideration for daylight saving time.
 
 The optional FORM specifies the form of the SEC member.  If `integer',
-SEC is an integer; if t, SEC uses the same resolution as TIME.  An
-omitted or nil FORM is currently treated like `integer', but this may
-change in future Emacs versions.
+SEC is an integer; if t, SEC is an integer or (TICKS . HZ) timestamp
+with the same precision as TIME.  An omitted or nil FORM is currently
+treated like `integer', but this may change in future Emacs versions.
 
 To access (or alter) the elements in the time value, the
 `decoded-time-second', `decoded-time-minute', `decoded-time-hour',



reply via email to

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