Variable: diary-hebrew-sabbath-candles-minutes

diary-hebrew-sabbath-candles-minutes is a customizable variable defined in cal-hebrew.el.gz.

Value

18

Documentation

Number of minutes before sunset for sabbath candle lighting.

Used by diary-hebrew-sabbath-candles.

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

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-hebrew.el.gz
(defcustom diary-hebrew-sabbath-candles-minutes 18
  "Number of minutes before sunset for sabbath candle lighting.
Used by `diary-hebrew-sabbath-candles'."
  :group 'diary
  :type 'integer
  :version "21.1")