aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/cal-hebrew.el13
1 files changed, 4 insertions, 9 deletions
diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el
index 8be06af42f3..2bc29f51713 100644
--- a/lisp/calendar/cal-hebrew.el
+++ b/lisp/calendar/cal-hebrew.el
@@ -28,12 +28,7 @@
28 28
29;;; Commentary: 29;;; Commentary:
30 30
31;; This collection of functions implements the features of calendar.el and 31;; See calendar.el.
32;; diary.el that deal with the Hebrew calendar.
33
34;; Technical details of all the calendrical calculations can be found in
35;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold
36;; and Nachum Dershowitz, Cambridge University Press (2001).
37 32
38;;; Code: 33;;; Code:
39 34
@@ -616,10 +611,10 @@ passed to `mark-visible-calendar-date' as MARK."
616 "Mark days in the calendar window that have Hebrew date diary entries. 611 "Mark days in the calendar window that have Hebrew date diary entries.
617Marks each entry in `diary-file' (or included files) visible in the calendar 612Marks each entry in `diary-file' (or included files) visible in the calendar
618window. See `list-hebrew-diary-entries' for more information." 613window. See `list-hebrew-diary-entries' for more information."
619 (diary-mark-entries-1 calendar-hebrew-month-name-array-leap-year 614 (diary-mark-entries-1 'mark-hebrew-calendar-date-pattern
615 calendar-hebrew-month-name-array-leap-year
620 hebrew-diary-entry-symbol 616 hebrew-diary-entry-symbol
621 'calendar-hebrew-from-absolute 617 'calendar-hebrew-from-absolute))
622 'mark-hebrew-calendar-date-pattern))
623 618
624 619
625(autoload 'diary-insert-entry-1 "diary-lib") 620(autoload 'diary-insert-entry-1 "diary-lib")