aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2004-12-07 12:22:19 +0000
committerGlenn Morris2004-12-07 12:22:19 +0000
commit8dad6f6234570af56cf88a87b9de63c217e60092 (patch)
tree93e302a329e1c8beb0f454690d018734a9a334b5
parent1615f2a3119b6f9cd48a16d7a49d20af668881a2 (diff)
downloademacs-8dad6f6234570af56cf88a87b9de63c217e60092.tar.gz
emacs-8dad6f6234570af56cf88a87b9de63c217e60092.zip
Fix spelling mistake in previous changes.
-rw-r--r--lisp/calendar/holidays.el8
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
407the form ((MONTH DAY YEAR) STRING), where the date is that of the 407the form ((MONTH DAY YEAR) STRING), where the date is that of the
408Nth day before or after advent. 408Nth day before or after advent.
409 409
410For backwards compatability, if this function is called with no 410For backwards compatibility, if this function is called with no
411arguments, then it returns the value appropriate for advent itself." 411arguments, 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
431the form ((MONTH DAY YEAR) STRING), where the date is that of the 431the form ((MONTH DAY YEAR) STRING), where the date is that of the
432Nth day before or after Easter. 432Nth day before or after Easter.
433 433
434For backwards compatability, if this function is called with no 434For backwards compatibility, if this function is called with no
435arguments, then it returns a list of \"standard\" Easter-related 435arguments, then it returns a list of \"standard\" Easter-related
436holidays (with more entries if `all-christian-calendar-holidays' 436holidays (with more entries if `all-christian-calendar-holidays'
437is non-nil)." 437is 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