diff options
| -rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
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. |
| 1235 | Entry applies if date is between two dates. Order of the parameters is | 1235 | Entry applies if date is between two dates. Order of the parameters is |
| 1236 | M1, D1, Y1, M2, D2, Y2 `european-calendar-style' is nil, and | 1236 | M1, D1, Y1, M2, D2, Y2 if `european-calendar-style' is nil, and |
| 1237 | D1, M1, Y1, D2, M2, Y2 if `european-calendar-style' is t." | 1237 | D1, 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 |