Variable: diary-chinese-entry-symbol

diary-chinese-entry-symbol is a customizable variable defined in calendar.el.gz.

Value

"C"

Documentation

Symbol indicating a diary entry according to the Chinese calendar.

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

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom diary-chinese-entry-symbol "C"
  "Symbol indicating a diary entry according to the Chinese calendar."
  :type 'string
  :group 'diary
  :version "25.1")