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 8a0361f13b5..fc99bf977d0 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1729,7 +1729,7 @@ support. MINUTE is an integer between 0 and 59. HOUR is an integer
1729between 0 and 23. DAY is an integer between 1 and 31. MONTH is an 1729between 0 and 23. DAY is an integer between 1 and 31. MONTH is an
1730integer between 1 and 12. YEAR is an integer indicating the 1730integer between 1 and 12. YEAR is an integer indicating the
1731four-digit year. DOW is the day of week, an integer between 0 and 6, 1731four-digit year. DOW is the day of week, an integer between 0 and 6,
1732where 0 is Sunday. DST is t if daylight saving time is effect, 1732where 0 is Sunday. DST is t if daylight saving time is in effect,
1733otherwise nil. ZONE is an integer indicating the number of seconds 1733otherwise nil. ZONE is an integer indicating the number of seconds
1734east of Greenwich. (Note that Common Lisp has different meanings for 1734east of Greenwich. (Note that Common Lisp has different meanings for
1735DOW and ZONE.) */) 1735DOW and ZONE.) */)