From: Glenn Morris Date: Sun, 10 Aug 2008 20:06:46 +0000 (+0000) Subject: (holiday-islamic): Doc fix (sync from trunk 2008-04-23). X-Git-Tag: emacs-pretest-22.2.90~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00d66ed4bd76f3d91320e6bf4c4de424b50ab923;p=emacs.git (holiday-islamic): Doc fix (sync from trunk 2008-04-23). --- diff --git a/lisp/calendar/cal-islam.el b/lisp/calendar/cal-islam.el index 522704075eb..b7531339be3 100644 --- a/lisp/calendar/cal-islam.el +++ b/lisp/calendar/cal-islam.el @@ -177,9 +177,9 @@ Driven by the variable `calendar-date-display-form'." (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." (let* ((islamic-date (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list displayed-month 15 displayed-year))))