diff options
| author | Glenn Morris | 2004-12-07 12:22:19 +0000 |
|---|---|---|
| committer | Glenn Morris | 2004-12-07 12:22:19 +0000 |
| commit | 8dad6f6234570af56cf88a87b9de63c217e60092 (patch) | |
| tree | 93e302a329e1c8beb0f454690d018734a9a334b5 | |
| parent | 1615f2a3119b6f9cd48a16d7a49d20af668881a2 (diff) | |
| download | emacs-8dad6f6234570af56cf88a87b9de63c217e60092.tar.gz emacs-8dad6f6234570af56cf88a87b9de63c217e60092.zip | |
Fix spelling mistake in previous changes.
| -rw-r--r-- | lisp/calendar/holidays.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 48c7d0b8dce..4493bd02a9c 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el | |||
| @@ -407,9 +407,9 @@ STRING is used purely for display purposes. The return value has | |||
| 407 | the form ((MONTH DAY YEAR) STRING), where the date is that of the | 407 | the form ((MONTH DAY YEAR) STRING), where the date is that of the |
| 408 | Nth day before or after advent. | 408 | Nth day before or after advent. |
| 409 | 409 | ||
| 410 | For backwards compatability, if this function is called with no | 410 | For backwards compatibility, if this function is called with no |
| 411 | arguments, then it returns the value appropriate for advent itself." | 411 | arguments, then it returns the value appropriate for advent itself." |
| 412 | ;; Backwards compatability layer. | 412 | ;; Backwards compatibility layer. |
| 413 | (if (not n) | 413 | (if (not n) |
| 414 | (holiday-advent 0 "Advent") | 414 | (holiday-advent 0 "Advent") |
| 415 | (let ((year displayed-year) | 415 | (let ((year displayed-year) |
| @@ -431,11 +431,11 @@ STRING is used purely for display purposes. The return value has | |||
| 431 | the form ((MONTH DAY YEAR) STRING), where the date is that of the | 431 | the form ((MONTH DAY YEAR) STRING), where the date is that of the |
| 432 | Nth day before or after Easter. | 432 | Nth day before or after Easter. |
| 433 | 433 | ||
| 434 | For backwards compatability, if this function is called with no | 434 | For backwards compatibility, if this function is called with no |
| 435 | arguments, then it returns a list of \"standard\" Easter-related | 435 | arguments, then it returns a list of \"standard\" Easter-related |
| 436 | holidays (with more entries if `all-christian-calendar-holidays' | 436 | holidays (with more entries if `all-christian-calendar-holidays' |
| 437 | is non-nil)." | 437 | is non-nil)." |
| 438 | ;; Backwards compatability layer. | 438 | ;; Backwards compatibility layer. |
| 439 | (if (not n) | 439 | (if (not n) |
| 440 | (let (res-list res) | 440 | (let (res-list res) |
| 441 | (dolist (elem (append | 441 | (dolist (elem (append |