changeset 93469:777bad4c4617

(Commentary): Replace with pointer to calendar.el. (mark-hebrew-diary-entries): Fix argument order in call to diary-mark-entries-1.
author Glenn Morris <rgm@gnu.org>
date Mon, 31 Mar 2008 16:23:52 +0000
parents 75d030b5b23e
children 2b5b4299a020
files lisp/calendar/cal-hebrew.el
diffstat 1 files changed, 4 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-hebrew.el	Mon Mar 31 16:12:53 2008 +0000
+++ b/lisp/calendar/cal-hebrew.el	Mon Mar 31 16:23:52 2008 +0000
@@ -28,12 +28,7 @@
 
 ;;; Commentary:
 
-;; This collection of functions implements the features of calendar.el and
-;; diary.el that deal with the Hebrew calendar.
-
-;; Technical details of all the calendrical calculations can be found in
-;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold
-;; and Nachum Dershowitz, Cambridge University Press (2001).
+;; See calendar.el.
 
 ;;; Code:
 
@@ -616,10 +611,10 @@
   "Mark days in the calendar window that have Hebrew date diary entries.
 Marks each entry in `diary-file' (or included files) visible in the calendar
 window.  See `list-hebrew-diary-entries' for more information."
-  (diary-mark-entries-1 calendar-hebrew-month-name-array-leap-year
+  (diary-mark-entries-1 'mark-hebrew-calendar-date-pattern
+                        calendar-hebrew-month-name-array-leap-year
                         hebrew-diary-entry-symbol
-                        'calendar-hebrew-from-absolute
-                        'mark-hebrew-calendar-date-pattern))
+                        'calendar-hebrew-from-absolute))
 
 
 (autoload 'diary-insert-entry-1 "diary-lib")