From 53ebec24c871c5e6adb6aed088199d1b15e0198a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 29 Sep 2019 13:11:59 -0500 Subject: [PATCH] * 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 c1e3141c4c..330d5623f0 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', -- 2.20.1