summaryrefslogtreecommitdiff
path: root/src/timefns.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-09-29 13:11:59 -0500
committerPaul Eggert <eggert@cs.ucla.edu>2019-09-29 13:13:29 -0500
commit53ebec24c871c5e6adb6aed088199d1b15e0198a (patch)
treefecf58049aba07110a726a2340c143905186da32 /src/timefns.c
parent18ba78e99b5324e6d689e1cb142a5616493bfebb (diff)
downloademacs-53ebec24c871c5e6adb6aed088199d1b15e0198a.tar.gz
emacs-53ebec24c871c5e6adb6aed088199d1b15e0198a.tar.bz2
emacs-53ebec24c871c5e6adb6aed088199d1b15e0198a.zip
* src/timefns.c (Fdecode_time): Improve doc string.
Diffstat (limited to 'src/timefns.c')
-rw-r--r--src/timefns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/timefns.c b/src/timefns.c
index c1e3141c4cf..330d5623f08 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',