From: Richard M. Stallman Date: Sat, 13 Sep 1997 06:04:04 +0000 (+0000) Subject: (chinese-calendar-time-zone): Likewise. X-Git-Tag: emacs-20.1~45 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e9350481e23db7181c951b8f23554b691cf599f;p=emacs.git (chinese-calendar-time-zone): Likewise. (chinese-calendar-standard-time-zone-name): Likewise. --- 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"