comparison lisp/calendar/cal-hebrew.el @ 20462:d179de7ad92e

Add reference to new Calendrical Calculations book.
author Paul Eggert <eggert@twinsun.com>
date Tue, 16 Dec 1997 19:12:36 +0000
parents 6a9f60f7e241
children bf477b03b470
comparison
equal deleted inserted replaced
20461:3965832648d3 20462:d179de7ad92e
1 ;;; cal-hebrew.el --- calendar functions for the Hebrew calendar. 1 ;;; cal-hebrew.el --- calendar functions for the Hebrew calendar.
2 2
3 ;; Copyright (C) 1995 Free Software Foundation, Inc. 3 ;; Copyright (C) 1995, 1997 Free Software Foundation, Inc.
4 4
5 ;; Author: Nachum Dershowitz <nachum@cs.uiuc.edu> 5 ;; Author: Nachum Dershowitz <nachum@cs.uiuc.edu>
6 ;; Edward M. Reingold <reingold@cs.uiuc.edu> 6 ;; Edward M. Reingold <reingold@cs.uiuc.edu>
7 ;; Keywords: calendar 7 ;; Keywords: calendar
8 ;; Human-Keywords: Hebrew calendar, calendar, diary 8 ;; Human-Keywords: Hebrew calendar, calendar, diary
26 26
27 ;;; Commentary: 27 ;;; Commentary:
28 28
29 ;; This collection of functions implements the features of calendar.el and 29 ;; This collection of functions implements the features of calendar.el and
30 ;; diary.el that deal with the Hebrew calendar. 30 ;; diary.el that deal with the Hebrew calendar.
31
32 ;; Technical details of all the calendrical calculations can be found in
33 ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold,
34 ;; Cambridge University Press (1997).
31 35
32 ;; Comments, corrections, and improvements should be sent to 36 ;; Comments, corrections, and improvements should be sent to
33 ;; Edward M. Reingold Department of Computer Science 37 ;; Edward M. Reingold Department of Computer Science
34 ;; (217) 333-6733 University of Illinois at Urbana-Champaign 38 ;; (217) 333-6733 University of Illinois at Urbana-Champaign
35 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue 39 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue