diff options
| author | Tino Calancha | 2017-05-31 10:15:20 +0900 |
|---|---|---|
| committer | Tino Calancha | 2017-05-31 10:15:20 +0900 |
| commit | a20c799653e875cfc916129fa1ff3e5402f6d6ec (patch) | |
| tree | 5d73388c7c061f7e451b7570c9f6bc496b8a911b /src/editfns.c | |
| parent | 5b4a95b7b26c21096737738b37d6ab78a19b4986 (diff) | |
| download | emacs-a20c799653e875cfc916129fa1ff3e5402f6d6ec.tar.gz emacs-a20c799653e875cfc916129fa1ff3e5402f6d6ec.zip | |
* src/editfns.c (decode-time): Fix docstring.
Diffstat (limited to 'src/editfns.c')
| -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 75eb75a7293..a51670cfdf3 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -2139,7 +2139,7 @@ the epoch. The obsolete form (HIGH . LOW) is also still accepted. | |||
| 2139 | The optional ZONE is omitted or nil for Emacs local time, t for | 2139 | The optional ZONE is omitted or nil for Emacs local time, t for |
| 2140 | Universal Time, `wall' for system wall clock time, or a string as in | 2140 | Universal Time, `wall' for system wall clock time, or a string as in |
| 2141 | the TZ environment variable. It can also be a list (as from | 2141 | the TZ environment variable. It can also be a list (as from |
| 2142 | `current-time-zone') or an integer (as from `decode-time') applied | 2142 | `current-time-zone') or an integer (the UTC offset in seconds) applied |
| 2143 | without consideration for daylight saving time. | 2143 | without consideration for daylight saving time. |
| 2144 | 2144 | ||
| 2145 | The list has the following nine members: SEC is an integer between 0 | 2145 | The list has the following nine members: SEC is an integer between 0 |