diff options
| author | Richard M. Stallman <rms@gnu.org> | 1997-09-13 06:04:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1997-09-13 06:04:04 +0000 |
| commit | 9e9350481e23db7181c951b8f23554b691cf599f (patch) | |
| tree | 5311b969e4d6f3c85cbdee8373069f0f81fd1249 | |
| parent | 7e3e3ad1e578ac6f7d9505beb52056682cfb6e36 (diff) | |
| download | emacs-9e9350481e23db7181c951b8f23554b691cf599f.tar.gz | |
(chinese-calendar-time-zone): Likewise.
(chinese-calendar-standard-time-zone-name): Likewise.
| -rw-r--r-- | lisp/calendar/cal-china.el | 8 |
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" |
