From a20c799653e875cfc916129fa1ff3e5402f6d6ec Mon Sep 17 00:00:00 2001 From: Tino Calancha Date: Wed, 31 May 2017 10:15:20 +0900 Subject: [PATCH] * src/editfns.c (decode-time): Fix docstring. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2