changeset 19903:bfd7fbd77e8a

(chinese-calendar-time-zone): Likewise. (chinese-calendar-standard-time-zone-name): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 06:04:04 +0000
parents fa9889643596
children 1e0f71fd673c
files lisp/calendar/cal-china.el
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-china.el	Sat Sep 13 06:02:11 1997 +0000
+++ b/lisp/calendar/cal-china.el	Sat Sep 13 06:04:04 1997 +0000
@@ -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 @@
   '(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"