diff options
author | Paul Eggert <eggert@twinsun.com> | 1995-11-30 03:25:04 +0000 |
---|---|---|
committer | Paul Eggert <eggert@twinsun.com> | 1995-11-30 03:25:04 +0000 |
commit | a71ebaf7bd2ff0cd923c8396f384eb0bc9e04c57 (patch) | |
tree | 5abc27ee99b053feb1dbced1b3b992293dc7e812 | |
parent | 2b14e363e4d7c482128247bd88d00fa5453cc069 (diff) | |
download | emacs-a71ebaf7bd2ff0cd923c8396f384eb0bc9e04c57.tar.gz |
(holiday-easter-etc): Fix misspelling of "Whitmonday".
-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 83f551b469f..82fa38a9705 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -330,7 +330,7 @@ date. If date is nil, or if the date is not visible, there is no holiday." (list (calendar-gregorian-from-absolute (+ abs-easter 49)) "Pentecost (Whitsunday)") (list (calendar-gregorian-from-absolute (+ abs-easter 50)) - "Whitmunday") + "Whitmonday") (list (calendar-gregorian-from-absolute (+ abs-easter 56)) "Trinity Sunday") (list (calendar-gregorian-from-absolute (+ abs-easter 60)) |