From 666333c04e49cc671b2e300bc22f911f4fdca196 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 27 Aug 1998 15:15:18 +0000 Subject: [PATCH] (diary-block): Doc fix.. --- lisp/calendar/diary-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 8a46d4dcb66..615040deba4 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -1233,7 +1233,7 @@ all values." (defun diary-block (m1 d1 y1 m2 d2 y2) "Block diary entry. Entry applies if date is between two dates. Order of the parameters is -M1, D1, Y1, M2, D2, Y2 `european-calendar-style' is nil, and +M1, D1, Y1, M2, D2, Y2 if `european-calendar-style' is nil, and D1, M1, Y1, D2, M2, Y2 if `european-calendar-style' is t." (let ((date1 (calendar-absolute-from-gregorian (if european-calendar-style -- 2.39.2