From 9e9350481e23db7181c951b8f23554b691cf599f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Sep 1997 06:04:04 +0000 Subject: [PATCH] (chinese-calendar-time-zone): Likewise. (chinese-calendar-standard-time-zone-name): Likewise. --- lisp/calendar/cal-china.el | 8 +++++--- 1 file 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" -- 2.39.5