Variable: calendar-hebrew-all-holidays-flag
calendar-hebrew-all-holidays-flag is a customizable variable defined
in calendar.el.gz.
Value
nil
Documentation
If nil, show only major holidays from the Hebrew calendar.
This means only those Jewish holidays that appear on secular calendars. Otherwise, show all the holidays that would appear in a complete Hebrew calendar.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-hebrew-all-holidays-flag nil
"If nil, show only major holidays from the Hebrew calendar.
This means only those Jewish holidays that appear on secular calendars.
Otherwise, show all the holidays that would appear in a complete Hebrew
calendar."
:type 'boolean
:group 'holidays)