]> git.eshelyaron.com Git - emacs.git/commitdiff
(chinese-calendar-time-zone): Likewise.
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:04:04 +0000 (06:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:04:04 +0000 (06:04 +0000)
(chinese-calendar-standard-time-zone-name): Likewise.

lisp/calendar/cal-china.el

index 7ed17876741d67053f2c3fb40c6f59f27d424180..dce796a55aa58011c2a663e170d211016f4092ae 100644 (file)
@@ -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"