]> git.eshelyaron.com Git - emacs.git/commitdiff
(Commentary): Point to calendar.el.
authorGlenn Morris <rgm@gnu.org>
Tue, 1 Apr 2008 02:41:15 +0000 (02:41 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 Apr 2008 02:41:15 +0000 (02:41 +0000)
lisp/calendar/cal-iso.el
lisp/calendar/cal-julian.el
lisp/calendar/cal-x.el

index 3a5ff0a3d554413e066b4e1d27751477d08e5127..e7aa4667081cb027b29cdd4d5b29e7c7b7414192 100644 (file)
 
 ;;; Commentary:
 
-;; This collection of functions implements the features of calendar.el and
-;; diary.el that deal with the ISO calendar.
-
-;; 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:
 
index ad9fa9815a43fe5dc813c8e619ffe2adf466660b..791e78e4811b30e016a38e2a71ed7cfbe22c4b54 100644 (file)
 
 ;;; Commentary:
 
-;; This collection of functions implements the features of calendar.el and
-;; diary.el that deal with the Julian calendar.
-
-;; 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:
 
index c87ecb9ce29abf914932c431167c45e48618445d..24322a1ffdde494ab601acf8de81a17b402db2d3 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-x.el --- calendar windows in dedicated frames in X
+;;; cal-x.el --- calendar windows in dedicated frames
 
 ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
 ;;   2008  Free Software Foundation, Inc.
@@ -7,7 +7,7 @@
 ;;         Edward M. Reingold <reingold@cs.uiuc.edu>
 ;; Maintainer: Glenn Morris <rgm@gnu.org>
 ;; Keywords: calendar
-;; Human-Keywords: calendar, dedicated frames, X Window System
+;; Human-Keywords: calendar, dedicated frames
 
 ;; This file is part of GNU Emacs.
 
@@ -28,8 +28,7 @@
 
 ;;; Commentary:
 
-;; This collection of functions implements dedicated frames in X for
-;; calendar.el.
+;; See calendar.el.
 
 ;;; Code: