Mercurial > emacs
changeset 80703:818d77e04d72
(holiday-islamic): Doc fix (sync from trunk 2008-04-23).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 10 Aug 2008 20:06:46 +0000 |
parents | a54af6a5244e |
children | c96e0ea166fc |
files | lisp/calendar/cal-islam.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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))))