emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-china.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-china.el,v
Date: Fri, 07 Mar 2008 04:41:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/07 04:41:58

Index: cal-china.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-china.el,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- cal-china.el        8 Jan 2008 20:44:03 -0000       1.28
+++ cal-china.el        7 Mar 2008 04:41:58 -0000       1.29
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]