aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorChong Yidong2007-03-17 19:00:52 +0000
committerChong Yidong2007-03-17 19:00:52 +0000
commitf1767e2b0561625cdc786ca003d349dd3ad0e32f (patch)
treea76680f077295608d1165f25461a71e364c8969b /src/editfns.c
parent2b038606de932838650fdb9faa6e55dc97229a7d (diff)
downloademacs-f1767e2b0561625cdc786ca003d349dd3ad0e32f.tar.gz
emacs-f1767e2b0561625cdc786ca003d349dd3ad0e32f.zip
Fix typo.
Diffstat (limited to 'src/editfns.c')
-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.) */)