From 8dad6f6234570af56cf88a87b9de63c217e60092 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 7 Dec 2004 12:22:19 +0000 Subject: [PATCH] Fix spelling mistake in previous changes. --- lisp/calendar/holidays.el | 8 ++++---- 1 file 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 the form ((MONTH DAY YEAR) STRING), where the date is that of the Nth day before or after advent. -For backwards compatability, if this function is called with no +For backwards compatibility, if this function is called with no arguments, then it returns the value appropriate for advent itself." - ;; Backwards compatability layer. + ;; Backwards compatibility layer. (if (not n) (holiday-advent 0 "Advent") (let ((year displayed-year) @@ -431,11 +431,11 @@ STRING is used purely for display purposes. The return value has the form ((MONTH DAY YEAR) STRING), where the date is that of the Nth day before or after Easter. -For backwards compatability, if this function is called with no +For backwards compatibility, if this function is called with no arguments, then it returns a list of \"standard\" Easter-related holidays (with more entries if `all-christian-calendar-holidays' is non-nil)." - ;; Backwards compatability layer. + ;; Backwards compatibility layer. (if (not n) (let (res-list res) (dolist (elem (append -- 2.39.5