# HG changeset patch # User Glenn Morris # Date 1204864918 0 # Node ID 0ef74aab4b13fd954b07173983357d577a53468b # Parent a778bbba3e9ae60bd9ad531466288f1f77bcd5bd Remove leading `*' from defcustom doc-strings. diff -r a778bbba3e9a -r 0ef74aab4b13 lisp/calendar/cal-china.el --- a/lisp/calendar/cal-china.el Fri Mar 07 04:41:23 2008 +0000 +++ b/lisp/calendar/cal-china.el Fri Mar 07 04:41:58 2008 +0000 @@ -61,7 +61,7 @@ '(if (< year 1928) (+ 465 (/ 40.0 60.0)) 480) - "*Number of minutes difference between local standard time for Chinese + "Number of minutes difference between local standard time for Chinese 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." @@ -69,7 +69,7 @@ :group 'chinese-calendar) (defcustom chinese-calendar-location-name "Beijing" - "*Name of location used for calculation of Chinese calendar." + "Name of location used for calculation of Chinese calendar." :type 'string :group 'chinese-calendar) @@ -77,7 +77,7 @@ ; The correct value is as follows, but the Chinese calendrical ; authorities do NOT use DST in determining astronomical events: ; 60 - "*Number of minutes difference between daylight saving and standard time + "Number of minutes difference between daylight saving and standard time for Chinese calendar. Default is for no daylight saving time." :type 'integer :group 'chinese-calendar) @@ -86,14 +86,14 @@ '(if (< year 1928) "PMT" "CST") - "*Abbreviated name of standard time zone used for Chinese calendar. + "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" - "*Abbreviated name of daylight saving time zone used for Chinese calendar." + "Abbreviated name of daylight saving time zone used for Chinese calendar." :type 'string :group 'chinese-calendar) @@ -103,7 +103,7 @@ ; '(cond ((< 1986 year) (calendar-nth-named-day 1 0 4 year 10)) ; ((= 1986 year) '(5 4 1986)) ; (t nil)) - "*Sexp giving the date on which daylight saving time starts for Chinese + "Sexp giving the date on which daylight saving time starts for Chinese calendar. Default is for no daylight saving time. See documentation of `calendar-daylight-savings-starts'." :type 'sexp @@ -113,20 +113,20 @@ ; The correct value is as follows, but the Chinese calendrical ; authorities do NOT use DST in determining astronomical events: ; '(if (<= 1986 year) (calendar-nth-named-day 1 0 9 year 11)) - "*Sexp giving the date on which daylight saving time ends for Chinese + "Sexp giving the date on which daylight saving time ends for Chinese calendar. Default is for no daylight saving time. See documentation of `calendar-daylight-savings-ends'." :type 'sexp :group 'chinese-calendar) (defcustom chinese-calendar-daylight-savings-starts-time 0 - "*Number of minutes after midnight that daylight saving time starts for + "Number of minutes after midnight that daylight saving time starts for Chinese calendar. Default is for no daylight saving time." :type 'integer :group 'chinese-calendar) (defcustom chinese-calendar-daylight-savings-ends-time 0 - "*Number of minutes after midnight that daylight saving time ends for + "Number of minutes after midnight that daylight saving time ends for Chinese calendar. Default is for no daylight saving time." :type 'integer :group 'chinese-calendar)