From c24f05def09b85951a7ceae5b19b54e958de6837 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 22 Feb 2004 15:24:22 +0000 Subject: [PATCH] Matthew Mundell (Holiday Customizing): Quote arg of holiday-sexp. --- lispref/calendar.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT