From 551c8f1ac7d87b6c3d746a9ef5db8c9537b8db7a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 1 Apr 2008 02:41:15 +0000 Subject: [PATCH] (Commentary): Point to calendar.el. --- lisp/calendar/cal-iso.el | 7 +------ lisp/calendar/cal-julian.el | 7 +------ 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 @@ ;;; 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: 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 @@ ;;; 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: 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 @@ -;;; 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 ;; Maintainer: Glenn Morris ;; 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: -- 2.39.5