summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/cal-china.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el
index 7ed17876741..dce796a55aa 100644
--- a/lisp/calendar/cal-china.el
+++ b/lisp/calendar/cal-china.el
@@ -61,7 +61,7 @@
calendar and Coordinated Universal (Greenwich) Time. Default is for Beijing.
This is an expression in `year' since it changed at 1928-01-01 00:00:00 from
UT+7:45:40 to UT+8."
- :type 'number
+ :type 'sexp
:group 'chinese-calendar)
(defcustom chinese-calendar-location-name "Beijing"
@@ -82,8 +82,10 @@ for Chinese calendar. Default is for no daylight savings time."
'(if (< year 1928)
"PMT"
"CST")
- "*Abbreviated name of standard time zone used for Chinese calendar."
- :type 'string
+ "*Abbreviated name of standard time zone used for Chinese calendar.
+This is an expression depending on `year' because it changed
+at 1928-01-01 00:00:00 from `PMT' to `CST'."
+ :type 'sexp
:group 'chinese-calendar)
(defcustom chinese-calendar-daylight-time-zone-name "CDT"