diff options
| author | Glenn Morris | 2008-04-01 02:41:15 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-04-01 02:41:15 +0000 |
| commit | 551c8f1ac7d87b6c3d746a9ef5db8c9537b8db7a (patch) | |
| tree | 94318533e491c1baf36ac89d5e20a2d174476ca5 | |
| parent | eaf7038ffaa407d8d866416b851cac2400003d58 (diff) | |
| download | emacs-551c8f1ac7d87b6c3d746a9ef5db8c9537b8db7a.tar.gz emacs-551c8f1ac7d87b6c3d746a9ef5db8c9537b8db7a.zip | |
(Commentary): Point to calendar.el.
| -rw-r--r-- | lisp/calendar/cal-iso.el | 7 | ||||
| -rw-r--r-- | lisp/calendar/cal-julian.el | 7 | ||||
| -rw-r--r-- | lisp/calendar/cal-x.el | 7 |
3 files changed, 5 insertions, 16 deletions
diff --git a/lisp/calendar/cal-iso.el b/lisp/calendar/cal-iso.el index 3a5ff0a3d55..e7aa4667081 100644 --- a/lisp/calendar/cal-iso.el +++ b/lisp/calendar/cal-iso.el | |||
| @@ -27,12 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Commentary: | 28 | ;;; Commentary: |
| 29 | 29 | ||
| 30 | ;; This collection of functions implements the features of calendar.el and | 30 | ;; See calendar.el. |
| 31 | ;; diary.el that deal with the ISO calendar. | ||
| 32 | |||
| 33 | ;; Technical details of all the calendrical calculations can be found in | ||
| 34 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold | ||
| 35 | ;; and Nachum Dershowitz, Cambridge University Press (2001). | ||
| 36 | 31 | ||
| 37 | ;;; Code: | 32 | ;;; Code: |
| 38 | 33 | ||
diff --git a/lisp/calendar/cal-julian.el b/lisp/calendar/cal-julian.el index ad9fa9815a4..791e78e4811 100644 --- a/lisp/calendar/cal-julian.el +++ b/lisp/calendar/cal-julian.el | |||
| @@ -27,12 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Commentary: | 28 | ;;; Commentary: |
| 29 | 29 | ||
| 30 | ;; This collection of functions implements the features of calendar.el and | 30 | ;; See calendar.el. |
| 31 | ;; diary.el that deal with the Julian calendar. | ||
| 32 | |||
| 33 | ;; Technical details of all the calendrical calculations can be found in | ||
| 34 | ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold | ||
| 35 | ;; and Nachum Dershowitz, Cambridge University Press (2001). | ||
| 36 | 31 | ||
| 37 | ;;; Code: | 32 | ;;; Code: |
| 38 | 33 | ||
diff --git a/lisp/calendar/cal-x.el b/lisp/calendar/cal-x.el index c87ecb9ce29..24322a1ffdd 100644 --- a/lisp/calendar/cal-x.el +++ b/lisp/calendar/cal-x.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cal-x.el --- calendar windows in dedicated frames in X | 1 | ;;; cal-x.el --- calendar windows in dedicated frames |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | ;; 2008 Free Software Foundation, Inc. | 4 | ;; 2008 Free Software Foundation, Inc. |
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Edward M. Reingold <reingold@cs.uiuc.edu> | 7 | ;; Edward M. Reingold <reingold@cs.uiuc.edu> |
| 8 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 8 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
| 9 | ;; Keywords: calendar | 9 | ;; Keywords: calendar |
| 10 | ;; Human-Keywords: calendar, dedicated frames, X Window System | 10 | ;; Human-Keywords: calendar, dedicated frames |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
| @@ -28,8 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | ;;; Commentary: | 29 | ;;; Commentary: |
| 30 | 30 | ||
| 31 | ;; This collection of functions implements dedicated frames in X for | 31 | ;; See calendar.el. |
| 32 | ;; calendar.el. | ||
| 33 | 32 | ||
| 34 | ;;; Code: | 33 | ;;; Code: |
| 35 | 34 | ||