# HG changeset patch # User Glenn Morris # Date 1218398806 0 # Node ID 818d77e04d721e45d99fc9ba4675f61860a25c93 # Parent a54af6a5244ece9a145aef22225cbf842924ff6f (holiday-islamic): Doc fix (sync from trunk 2008-04-23). diff -r a54af6a5244e -r 818d77e04d72 lisp/calendar/cal-islam.el --- a/lisp/calendar/cal-islam.el Sun Aug 10 20:06:35 2008 +0000 +++ b/lisp/calendar/cal-islam.el Sun Aug 10 20:06:46 2008 +0000 @@ -177,9 +177,9 @@ (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))))