]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/timefns.c (Fdecode_time): Improve doc string.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Sep 2019 18:11:59 +0000 (13:11 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Sep 2019 18:13:29 +0000 (13:13 -0500)
src/timefns.c

index c1e3141c4cfbc60f2b39f1d3dee10f6e9d3f3d44..330d5623f08d777d0394ab9fcc29d15f553f7afd 100644 (file)
@@ -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',