diff options
| -rw-r--r-- | lisp/calendar/cal-bahai.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index b6268378133..7721783ba51 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el | |||
| @@ -199,9 +199,9 @@ Reads a year, month and day." | |||
| 199 | ;;;###holiday-autoload | 199 | ;;;###holiday-autoload |
| 200 | (defun holiday-bahai (month day string) | 200 | (defun holiday-bahai (month day string) |
| 201 | "Holiday on MONTH, DAY (Bahá'í) called STRING. | 201 | "Holiday on MONTH, DAY (Bahá'í) called STRING. |
| 202 | If MONTH, DAY (Bahá'í) is visible, the value returned is corresponding | 202 | If MONTH, DAY (Bahá'í) is visible in the current calendar window, |
| 203 | Gregorian date in the form of the list (((month day year) STRING)). Returns | 203 | returns the corresponding Gregorian date in the form of the |
| 204 | nil if it is not visible in the current calendar window." | 204 | list (((month day year) STRING)). Otherwise, returns nil." |
| 205 | ;; Since the calendar window shows 3 months at a time, there are | 205 | ;; Since the calendar window shows 3 months at a time, there are |
| 206 | ;; approx +/- 45 days either side of the central month. | 206 | ;; approx +/- 45 days either side of the central month. |
| 207 | ;; Since the Bahai months have 19 days, this means up to +/- 3 months. | 207 | ;; Since the Bahai months have 19 days, this means up to +/- 3 months. |