diff options
author | Tino Calancha <tino.calancha@gmail.com> | 2017-05-31 10:15:20 +0900 |
---|---|---|
committer | Tino Calancha <tino.calancha@gmail.com> | 2017-05-31 10:15:20 +0900 |
commit | a20c799653e875cfc916129fa1ff3e5402f6d6ec (patch) | |
tree | 5d73388c7c061f7e451b7570c9f6bc496b8a911b | |
parent | 5b4a95b7b26c21096737738b37d6ab78a19b4986 (diff) | |
download | emacs-a20c799653e875cfc916129fa1ff3e5402f6d6ec.tar.gz |
* src/editfns.c (decode-time): Fix docstring.
-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. The optional ZONE is omitted or nil for Emacs local time, t for Universal Time, `wall' for system wall clock time, or a string as in the TZ environment variable. It can also be a list (as from -`current-time-zone') or an integer (as from `decode-time') applied +`current-time-zone') or an integer (the UTC offset in seconds) applied without consideration for daylight saving time. The list has the following nine members: SEC is an integer between 0 |