Variable: holiday-hebrew-holidays

holiday-hebrew-holidays is a customizable variable defined in holidays.el.gz.

Value

((holiday-hebrew-passover) (holiday-hebrew-rosh-hashanah)
 (holiday-hebrew-hanukkah)
 (if calendar-hebrew-all-holidays-flag
     (append (holiday-hebrew-tisha-b-av) (holiday-hebrew-misc))))

Documentation

Jewish holidays.

See the documentation for calendar-holidays for details.

Do not set this variable with setq; instead, use setopt or customize-option.

This variable was added, or its default value changed, in Emacs 23.1.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/holidays.el.gz
;;;###autoload
(defcustom holiday-hebrew-holidays
  '((holiday-hebrew-passover)
    (holiday-hebrew-rosh-hashanah)
    (holiday-hebrew-hanukkah)
    (if calendar-hebrew-all-holidays-flag
        (append
         (holiday-hebrew-tisha-b-av)
         (holiday-hebrew-misc))))
  "Jewish holidays.
See the documentation for `calendar-holidays' for details.

Do not set this variable with `setq'; instead, use `setopt'
or `customize-option'."
  :set #'holidays--set-calendar-holidays
  :type 'sexp
  :version "23.1")            ; removed dependency on hebrew-holidays-N