Variable: calendar-chinese-all-holidays-flag

calendar-chinese-all-holidays-flag is a customizable variable defined in calendar.el.gz.

Value

nil

Documentation

If nil, show only the major holidays from the Chinese calendar.

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

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-chinese-all-holidays-flag nil
  "If nil, show only the major holidays from the Chinese calendar."
  :version "23.1"
  :type 'boolean
  :group 'holidays)