From 2ba08787e74cb70e075d0b1ab289b03e52f888eb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 20 Oct 1993 05:51:52 +0000 Subject: [PATCH] (holiday-easter-etc): Fix Ascension Day string. --- lisp/calendar/holidays.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 69ada519931..e29d5e6d336 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -389,7 +389,7 @@ date. If date is nil, or if the date is not visible, there is no holiday." (list (calendar-gregorian-from-absolute (+ abs-easter 35)) "Rogation Sunday") (list (calendar-gregorian-from-absolute (+ abs-easter 39)) - "Ascension Sunday") + "Ascension Day") (list (calendar-gregorian-from-absolute (+ abs-easter 49)) "Pentecost (Whitsunday)") (list (calendar-gregorian-from-absolute (+ abs-easter 50)) -- 2.39.5