diff options
author | Glenn Morris <rgm@gnu.org> | 2004-02-22 15:24:22 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2004-02-22 15:24:22 +0000 |
commit | c24f05def09b85951a7ceae5b19b54e958de6837 (patch) | |
tree | 52c0d1aff92122310f4d8d9e9786ceb5181c74f7 /lispref | |
parent | 7e83e178c105cc56e006f55408c2afa058410dac (diff) | |
download | emacs-c24f05def09b85951a7ceae5b19b54e958de6837.tar.gz |
Matthew Mundell <matt@mundell.ukfsn.org>
(Holiday Customizing): Quote arg of holiday-sexp.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/calendar.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/calendar.texi b/lispref/calendar.texi index 709f80f6b8b..f132ea8868b 100644 --- a/lispref/calendar.texi +++ b/lispref/calendar.texi @@ -255,7 +255,7 @@ occur on the first Tuesday after the first Monday in November of years divisible by 4: @smallexample -(holiday-sexp (if (= 0 (% year 4)) +(holiday-sexp '(if (= 0 (% year 4)) (calendar-gregorian-from-absolute (1+ (calendar-dayname-on-or-before 1 (+ 6 (calendar-absolute-from-gregorian |