comparison lisp/calendar/cal-china.el @ 92546:0ef74aab4b13

Remove leading `*' from defcustom doc-strings.
author Glenn Morris <rgm@gnu.org>
date Fri, 07 Mar 2008 04:41:58 +0000
parents 974a828870fe
children 8ddfb879916b
comparison
equal deleted inserted replaced
92545:a778bbba3e9a 92546:0ef74aab4b13
59 59
60 (defcustom chinese-calendar-time-zone 60 (defcustom chinese-calendar-time-zone
61 '(if (< year 1928) 61 '(if (< year 1928)
62 (+ 465 (/ 40.0 60.0)) 62 (+ 465 (/ 40.0 60.0))
63 480) 63 480)
64 "*Number of minutes difference between local standard time for Chinese 64 "Number of minutes difference between local standard time for Chinese
65 calendar and Coordinated Universal (Greenwich) Time. Default is for Beijing. 65 calendar and Coordinated Universal (Greenwich) Time. Default is for Beijing.
66 This is an expression in `year' since it changed at 1928-01-01 00:00:00 from 66 This is an expression in `year' since it changed at 1928-01-01 00:00:00 from
67 UT+7:45:40 to UT+8." 67 UT+7:45:40 to UT+8."
68 :type 'sexp 68 :type 'sexp
69 :group 'chinese-calendar) 69 :group 'chinese-calendar)
70 70
71 (defcustom chinese-calendar-location-name "Beijing" 71 (defcustom chinese-calendar-location-name "Beijing"
72 "*Name of location used for calculation of Chinese calendar." 72 "Name of location used for calculation of Chinese calendar."
73 :type 'string 73 :type 'string
74 :group 'chinese-calendar) 74 :group 'chinese-calendar)
75 75
76 (defcustom chinese-calendar-daylight-time-offset 0 76 (defcustom chinese-calendar-daylight-time-offset 0
77 ; The correct value is as follows, but the Chinese calendrical 77 ; The correct value is as follows, but the Chinese calendrical
78 ; authorities do NOT use DST in determining astronomical events: 78 ; authorities do NOT use DST in determining astronomical events:
79 ; 60 79 ; 60
80 "*Number of minutes difference between daylight saving and standard time 80 "Number of minutes difference between daylight saving and standard time
81 for Chinese calendar. Default is for no daylight saving time." 81 for Chinese calendar. Default is for no daylight saving time."
82 :type 'integer 82 :type 'integer
83 :group 'chinese-calendar) 83 :group 'chinese-calendar)
84 84
85 (defcustom chinese-calendar-standard-time-zone-name 85 (defcustom chinese-calendar-standard-time-zone-name
86 '(if (< year 1928) 86 '(if (< year 1928)
87 "PMT" 87 "PMT"
88 "CST") 88 "CST")
89 "*Abbreviated name of standard time zone used for Chinese calendar. 89 "Abbreviated name of standard time zone used for Chinese calendar.
90 This is an expression depending on `year' because it changed 90 This is an expression depending on `year' because it changed
91 at 1928-01-01 00:00:00 from `PMT' to `CST'." 91 at 1928-01-01 00:00:00 from `PMT' to `CST'."
92 :type 'sexp 92 :type 'sexp
93 :group 'chinese-calendar) 93 :group 'chinese-calendar)
94 94
95 (defcustom chinese-calendar-daylight-time-zone-name "CDT" 95 (defcustom chinese-calendar-daylight-time-zone-name "CDT"
96 "*Abbreviated name of daylight saving time zone used for Chinese calendar." 96 "Abbreviated name of daylight saving time zone used for Chinese calendar."
97 :type 'string 97 :type 'string
98 :group 'chinese-calendar) 98 :group 'chinese-calendar)
99 99
100 (defcustom chinese-calendar-daylight-savings-starts nil 100 (defcustom chinese-calendar-daylight-savings-starts nil
101 ; The correct value is as follows, but the Chinese calendrical 101 ; The correct value is as follows, but the Chinese calendrical
102 ; authorities do NOT use DST in determining astronomical events: 102 ; authorities do NOT use DST in determining astronomical events:
103 ; '(cond ((< 1986 year) (calendar-nth-named-day 1 0 4 year 10)) 103 ; '(cond ((< 1986 year) (calendar-nth-named-day 1 0 4 year 10))
104 ; ((= 1986 year) '(5 4 1986)) 104 ; ((= 1986 year) '(5 4 1986))
105 ; (t nil)) 105 ; (t nil))
106 "*Sexp giving the date on which daylight saving time starts for Chinese 106 "Sexp giving the date on which daylight saving time starts for Chinese
107 calendar. Default is for no daylight saving time. See documentation of 107 calendar. Default is for no daylight saving time. See documentation of
108 `calendar-daylight-savings-starts'." 108 `calendar-daylight-savings-starts'."
109 :type 'sexp 109 :type 'sexp
110 :group 'chinese-calendar) 110 :group 'chinese-calendar)
111 111
112 (defcustom chinese-calendar-daylight-savings-ends nil 112 (defcustom chinese-calendar-daylight-savings-ends nil
113 ; The correct value is as follows, but the Chinese calendrical 113 ; The correct value is as follows, but the Chinese calendrical
114 ; authorities do NOT use DST in determining astronomical events: 114 ; authorities do NOT use DST in determining astronomical events:
115 ; '(if (<= 1986 year) (calendar-nth-named-day 1 0 9 year 11)) 115 ; '(if (<= 1986 year) (calendar-nth-named-day 1 0 9 year 11))
116 "*Sexp giving the date on which daylight saving time ends for Chinese 116 "Sexp giving the date on which daylight saving time ends for Chinese
117 calendar. Default is for no daylight saving time. See documentation of 117 calendar. Default is for no daylight saving time. See documentation of
118 `calendar-daylight-savings-ends'." 118 `calendar-daylight-savings-ends'."
119 :type 'sexp 119 :type 'sexp
120 :group 'chinese-calendar) 120 :group 'chinese-calendar)
121 121
122 (defcustom chinese-calendar-daylight-savings-starts-time 0 122 (defcustom chinese-calendar-daylight-savings-starts-time 0
123 "*Number of minutes after midnight that daylight saving time starts for 123 "Number of minutes after midnight that daylight saving time starts for
124 Chinese calendar. Default is for no daylight saving time." 124 Chinese calendar. Default is for no daylight saving time."
125 :type 'integer 125 :type 'integer
126 :group 'chinese-calendar) 126 :group 'chinese-calendar)
127 127
128 (defcustom chinese-calendar-daylight-savings-ends-time 0 128 (defcustom chinese-calendar-daylight-savings-ends-time 0
129 "*Number of minutes after midnight that daylight saving time ends for 129 "Number of minutes after midnight that daylight saving time ends for
130 Chinese calendar. Default is for no daylight saving time." 130 Chinese calendar. Default is for no daylight saving time."
131 :type 'integer 131 :type 'integer
132 :group 'chinese-calendar) 132 :group 'chinese-calendar)
133 133
134 (defun chinese-zodiac-sign-on-or-after (d) 134 (defun chinese-zodiac-sign-on-or-after (d)