]> code.delx.au - gnu-emacs/commitdiff
(holiday-islamic): Doc fix (sync from trunk 2008-04-23).
authorGlenn Morris <rgm@gnu.org>
Sun, 10 Aug 2008 20:06:46 +0000 (20:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 10 Aug 2008 20:06:46 +0000 (20:06 +0000)
lisp/calendar/cal-islam.el

index 522704075eba935df4f7d3fd7ed8e3d8f08df046..b7531339be353fdfd1727d035e4a4244ef9d2868 100644 (file)
@@ -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))))