From b1c57079fcd1c4c5b63b44a205466dd225efef19 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 1 Apr 2008 02:39:52 +0000 Subject: [PATCH] (Commentary): Point to calendar.el. --- lisp/calendar/cal-china.el | 28 +++++++++++++--------------- lisp/calendar/cal-coptic.el | 7 +------ lisp/calendar/cal-dst.el | 3 +-- 3 files changed, 15 insertions(+), 23 deletions(-) diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el index f73cc6580ee..51ba42b9a8b 100644 --- a/lisp/calendar/cal-china.el +++ b/lisp/calendar/cal-china.el @@ -27,21 +27,19 @@ ;;; Commentary: -;; This collection of functions implements the features of calendar.el, -;; diary.el, and holidays.el that deal with the Chinese calendar. The rules -;; used for the Chinese calendar are those of Baolin Liu (see L. E. Doggett's -;; article "Calendars" in the Explanatory Supplement to the Astronomical -;; Almanac, second edition, 1992) for the calendar as revised at the beginning -;; of the Qing dynasty in 1644. The nature of the astronomical calculations -;; is such that precise calculations cannot be made without great expense in -;; time, so that the calendars produced may not agree perfectly with published -;; tables--but no two pairs of published tables agree perfectly either! Liu's -;; rules produce a calendar for 2033 which is not accepted by all authorities. -;; The date of Chinese New Year is correct from 1644-2051. - -;; Technical details of all the calendrical calculations can be found in -;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold -;; and Nachum Dershowitz, Cambridge University Press (2001). +;; See calendar.el. + +;; The rules used for the Chinese calendar are those of Baolin Liu +;; (see L. E. Doggett's article "Calendars" in the Explanatory +;; Supplement to the Astronomical Almanac, second edition, 1992) for +;; the calendar as revised at the beginning of the Qing dynasty in +;; 1644. The nature of the astronomical calculations is such that +;; precise calculations cannot be made without great expense in time, +;; so that the calendars produced may not agree perfectly with +;; published tables--but no two pairs of published tables agree +;; perfectly either! Liu's rules produce a calendar for 2033 which is +;; not accepted by all authorities. The date of Chinese New Year is +;; correct from 1644-2051. ;; Note to maintainers: ;; Use `chinese-year-cache-init' every few years to recenter the default diff --git a/lisp/calendar/cal-coptic.el b/lisp/calendar/cal-coptic.el index de7a68f7d61..963d22312f9 100644 --- a/lisp/calendar/cal-coptic.el +++ b/lisp/calendar/cal-coptic.el @@ -27,12 +27,7 @@ ;;; Commentary: -;; This collection of functions implements the features of calendar.el and -;; diary.el that deal with the Coptic and Ethiopic calendars. - -;; Technical details of all the calendrical calculations can be found in -;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold -;; and Nachum Dershowitz, Cambridge University Press (2001). +;; See calendar.el. ;;; Code: diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el index f4512fa12ea..196f74d467b 100644 --- a/lisp/calendar/cal-dst.el +++ b/lisp/calendar/cal-dst.el @@ -28,8 +28,7 @@ ;;; Commentary: -;; This collection of functions implements the features of calendar.el and -;; holiday.el that deal with daylight saving time. +;; See calendar.el. ;;; Code: -- 2.39.5