diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 19:00:52 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 19:00:52 +0000 |
commit | f1767e2b0561625cdc786ca003d349dd3ad0e32f (patch) | |
tree | a76680f077295608d1165f25461a71e364c8969b /src/editfns.c | |
parent | 2b038606de932838650fdb9faa6e55dc97229a7d (diff) | |
download | emacs-f1767e2b0561625cdc786ca003d349dd3ad0e32f.tar.gz |
Fix typo.
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 2 |
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 between 0 and 23. DAY is an integer between 1 and 31. MONTH is an integer between 1 and 12. YEAR is an integer indicating the four-digit year. DOW is the day of week, an integer between 0 and 6, -where 0 is Sunday. DST is t if daylight saving time is effect, +where 0 is Sunday. DST is t if daylight saving time is in effect, otherwise nil. ZONE is an integer indicating the number of seconds east of Greenwich. (Note that Common Lisp has different meanings for DOW and ZONE.) */) |