diff options
| -rw-r--r-- | lisp/calendar/cal-islam.el | 6 |
1 files changed, 3 insertions, 3 deletions
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'." | |||
| 177 | 177 | ||
| 178 | (defun holiday-islamic (month day string) | 178 | (defun holiday-islamic (month day string) |
| 179 | "Holiday on MONTH, DAY (Islamic) called STRING. | 179 | "Holiday on MONTH, DAY (Islamic) called STRING. |
| 180 | If MONTH, DAY (Islamic) is visible, the value returned is corresponding | 180 | If MONTH, DAY (Islamic) is visible, returns the corresponding |
| 181 | Gregorian date in the form of the list (((month day year) STRING)). Returns | 181 | Gregorian date as the list (((month day year) STRING)). |
| 182 | nil if it is not visible in the current calendar window." | 182 | Returns nil if it is not visible in the current calendar window." |
| 183 | (let* ((islamic-date (calendar-islamic-from-absolute | 183 | (let* ((islamic-date (calendar-islamic-from-absolute |
| 184 | (calendar-absolute-from-gregorian | 184 | (calendar-absolute-from-gregorian |
| 185 | (list displayed-month 15 displayed-year)))) | 185 | (list displayed-month 15 displayed-year)))) |