diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 6ea8cbaf5e4..ccc78e12758 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -2136,7 +2136,7 @@ format_time_string (char const *format, ptrdiff_t formatlen, | |||
| 2136 | 2136 | ||
| 2137 | DEFUN ("decode-time", Fdecode_time, Sdecode_time, 0, 2, 0, | 2137 | DEFUN ("decode-time", Fdecode_time, Sdecode_time, 0, 2, 0, |
| 2138 | doc: /* Decode a time value as (SEC MINUTE HOUR DAY MONTH YEAR DOW DST UTCOFF). | 2138 | doc: /* Decode a time value as (SEC MINUTE HOUR DAY MONTH YEAR DOW DST UTCOFF). |
| 2139 | The optional SPECIFIED-TIME should be a list of (HIGH LOW . IGNORED), | 2139 | The optional TIME should be a list of (HIGH LOW . IGNORED), |
| 2140 | as from `current-time' and `file-attributes', or nil to use the | 2140 | as from `current-time' and `file-attributes', or nil to use the |
| 2141 | current time. It can also be a single integer number of seconds since | 2141 | current time. It can also be a single integer number of seconds since |
| 2142 | the epoch. The obsolete form (HIGH . LOW) is also still accepted. | 2142 | the epoch. The obsolete form (HIGH . LOW) is also still accepted. |