Function: holiday-hebrew-rosh-hashanah
holiday-hebrew-rosh-hashanah is a byte-compiled function defined in
cal-hebrew.el.gz.
Signature
(holiday-hebrew-rosh-hashanah &optional ALL)
Documentation
List of dates related to Rosh Hashanah, as visible in calendar window.
Shows only the major holidays, unless calendar-hebrew-all-holidays-flag
or ALL is non-nil.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-hebrew.el.gz
;;;###holiday-autoload
(defun holiday-hebrew-rosh-hashanah (&optional all)
"List of dates related to Rosh Hashanah, as visible in calendar window.
Shows only the major holidays, unless `calendar-hebrew-all-holidays-flag'
or ALL is non-nil."
(holiday-filter-visible-calendar
(mapcan (lambda (y) (holiday-hebrew-rosh-hashanah-1 y all))
;; Find years that have visible months 8, 9, or 10.
(calendar-month-visible-p 8 2))))