diff options
| author | Paul Eggert | 2019-09-29 13:11:59 -0500 |
|---|---|---|
| committer | Paul Eggert | 2019-09-29 13:13:29 -0500 |
| commit | 53ebec24c871c5e6adb6aed088199d1b15e0198a (patch) | |
| tree | fecf58049aba07110a726a2340c143905186da32 /src/timefns.c | |
| parent | 18ba78e99b5324e6d689e1cb142a5616493bfebb (diff) | |
| download | emacs-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.c | 6 |
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 | |||
| 1472 | without consideration for daylight saving time. | 1472 | without consideration for daylight saving time. |
| 1473 | 1473 | ||
| 1474 | The optional FORM specifies the form of the SEC member. If `integer', | 1474 | The optional FORM specifies the form of the SEC member. If `integer', |
| 1475 | SEC is an integer; if t, SEC uses the same resolution as TIME. An | 1475 | SEC is an integer; if t, SEC is an integer or (TICKS . HZ) timestamp |
| 1476 | omitted or nil FORM is currently treated like `integer', but this may | 1476 | with the same precision as TIME. An omitted or nil FORM is currently |
| 1477 | change in future Emacs versions. | 1477 | treated like `integer', but this may change in future Emacs versions. |
| 1478 | 1478 | ||
| 1479 | To access (or alter) the elements in the time value, the | 1479 | To 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', |