aboutsummaryrefslogtreecommitdiffstats
path: root/src/timefns.c
diff options
context:
space:
mode:
authorPaul Eggert2019-09-29 13:11:59 -0500
committerPaul Eggert2019-09-29 13:13:29 -0500
commit53ebec24c871c5e6adb6aed088199d1b15e0198a (patch)
treefecf58049aba07110a726a2340c143905186da32 /src/timefns.c
parent18ba78e99b5324e6d689e1cb142a5616493bfebb (diff)
downloademacs-53ebec24c871c5e6adb6aed088199d1b15e0198a.tar.gz
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
1472without consideration for daylight saving time. 1472without consideration for daylight saving time.
1473 1473
1474The optional FORM specifies the form of the SEC member. If `integer', 1474The optional FORM specifies the form of the SEC member. If `integer',
1475SEC is an integer; if t, SEC uses the same resolution as TIME. An 1475SEC is an integer; if t, SEC is an integer or (TICKS . HZ) timestamp
1476omitted or nil FORM is currently treated like `integer', but this may 1476with the same precision as TIME. An omitted or nil FORM is currently
1477change in future Emacs versions. 1477treated like `integer', but this may change in future Emacs versions.
1478 1478
1479To access (or alter) the elements in the time value, the 1479To access (or alter) the elements in the time value, the
1480`decoded-time-second', `decoded-time-minute', `decoded-time-hour', 1480`decoded-time-second', `decoded-time-minute', `decoded-time-hour',