]> code.delx.au - gnu-emacs/blobdiff - lisp/calendar/cal-bahai.el
Merge from mainline.
[gnu-emacs] / lisp / calendar / cal-bahai.el
index b62683781332e9a359fcd486192e9a428d50e6ae..7270d423409c1339960d3d27626e72c690b1b773 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cal-bahai.el --- calendar functions for the Bahá'í calendar.
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
@@ -199,9 +199,9 @@ Reads a year, month and day."
 ;;;###holiday-autoload
 (defun holiday-bahai (month day string)
   "Holiday on MONTH, DAY (Bahá'í) called STRING.
-If MONTH, DAY (Bahá'í) is visible, the value returned is corresponding
-Gregorian date in the form of the list (((month day year) STRING)).  Returns
-nil if it is not visible in the current calendar window."
+If MONTH, DAY (Bahá'í) is visible in the current calendar window,
+returns the corresponding Gregorian date in the form of the
+list (((month day year) STRING)).  Otherwise, returns nil."
   ;; Since the calendar window shows 3 months at a time, there are
   ;; approx +/- 45 days either side of the central month.
   ;; Since the Bahai months have 19 days, this means up to +/- 3 months.