diff options
| author | Richard M. Stallman <rms@gnu.org> | 1993-10-20 05:51:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1993-10-20 05:51:52 +0000 |
| commit | 2ba08787e74cb70e075d0b1ab289b03e52f888eb (patch) | |
| tree | fa1ab4f74167abe7f7b4323210ba325249bf5392 | |
| parent | 3d9dece2e8254c33be7a27137f11b67b0adf90ca (diff) | |
| download | emacs-2ba08787e74cb70e075d0b1ab289b03e52f888eb.tar.gz | |
(holiday-easter-etc): Fix Ascension Day string.
| -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)) |
