Variable: calendar-chinese-location-name

calendar-chinese-location-name is a customizable variable defined in cal-china.el.gz.

Value

"Beijing"

Documentation

Name of location used for calculation of Chinese calendar.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-china.el.gz
;; FIXME unused.
(defcustom calendar-chinese-location-name "Beijing"
  "Name of location used for calculation of Chinese calendar."
  :type 'string
  :group 'calendar-chinese)