emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a20c799: * src/editfns.c (decode-time): Fix docstri


From: Tino Calancha
Subject: [Emacs-diffs] master a20c799: * src/editfns.c (decode-time): Fix docstring.
Date: Tue, 30 May 2017 21:16:14 -0400 (EDT)

branch: master
commit a20c799653e875cfc916129fa1ff3e5402f6d6ec
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    * 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 75eb75a..a51670c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]