aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/diary-lib.el2
1 files changed, 1 insertions, 1 deletions
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."
1233(defun diary-block (m1 d1 y1 m2 d2 y2) 1233(defun diary-block (m1 d1 y1 m2 d2 y2)
1234 "Block diary entry. 1234 "Block diary entry.
1235Entry applies if date is between two dates. Order of the parameters is 1235Entry applies if date is between two dates. Order of the parameters is
1236M1, D1, Y1, M2, D2, Y2 `european-calendar-style' is nil, and 1236M1, D1, Y1, M2, D2, Y2 if `european-calendar-style' is nil, and
1237D1, M1, Y1, D2, M2, Y2 if `european-calendar-style' is t." 1237D1, M1, Y1, D2, M2, Y2 if `european-calendar-style' is t."
1238 (let ((date1 (calendar-absolute-from-gregorian 1238 (let ((date1 (calendar-absolute-from-gregorian
1239 (if european-calendar-style 1239 (if european-calendar-style