From b36917033ff7aa3f851cdfa3ad1949b25ab229c4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 23 Apr 2008 02:59:15 +0000 Subject: [PATCH] (holiday-islamic): Doc fix. --- lisp/calendar/cal-islam.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/calendar/cal-islam.el b/lisp/calendar/cal-islam.el index ed0a8ff083c..067717ab0d6 100644 --- a/lisp/calendar/cal-islam.el +++ b/lisp/calendar/cal-islam.el @@ -188,9 +188,9 @@ Reads a year, month, and day." ;;;###holiday-autoload (defun holiday-islamic (month day string) "Holiday on MONTH, DAY (Islamic) called STRING. -If MONTH, DAY (Islamic) 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 (Islamic) is visible, returns the corresponding +Gregorian date as the list (((month day year) STRING)). +Returns nil if it is not visible in the current calendar window." ;; Islamic date corresponding to the center of the calendar window. ;; Since the calendar displays 3 months at a time, there are approx ;; 45 visible days either side of this date. Given the length of -- 2.39.5