aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
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.
2139The optional ZONE is omitted or nil for Emacs local time, t for 2139The optional ZONE is omitted or nil for Emacs local time, t for
2140Universal Time, `wall' for system wall clock time, or a string as in 2140Universal Time, `wall' for system wall clock time, or a string as in
2141the TZ environment variable. It can also be a list (as from 2141the 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
2143without consideration for daylight saving time. 2143without consideration for daylight saving time.
2144 2144
2145The list has the following nine members: SEC is an integer between 0 2145The list has the following nine members: SEC is an integer between 0