diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calendar/holidays.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |