aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2015-08-24 22:13:31 -0700
committerGlenn Morris2015-08-24 22:13:31 -0700
commit0db4992d2778a2da4dee8ca07cde8c5e206f5250 (patch)
treed1d245954fe20db4e63b6e99a74db41dba110c49 /lisp
parent1229e61ab8fe7143fbe7d8a2686a6521627b77a2 (diff)
downloademacs-0db4992d2778a2da4dee8ca07cde8c5e206f5250.tar.gz
emacs-0db4992d2778a2da4dee8ca07cde8c5e206f5250.zip
* doc/emacs/cal-xtra.texi (Holiday Customizing): Fix typo in example.
* lisp/calendar/holidays.el (calendar-holidays): Fix doc typo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/holidays.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index 6d7cea6b8c5..d282d74392a 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -267,9 +267,9 @@ For example, to add Bastille Day, celebrated in France on July 14, add
267 (holiday-fixed 7 14 \"Bastille Day\") 267 (holiday-fixed 7 14 \"Bastille Day\")
268 268
269to the list. To add Hurricane Supplication Day, celebrated in the Virgin 269to the list. To add Hurricane Supplication Day, celebrated in the Virgin
270Islands on the fourth Monday in August, add 270Islands on the fourth Monday in July, add
271 271
272 (holiday-float 8 1 4 \"Hurricane Supplication Day\") 272 (holiday-float 7 1 4 \"Hurricane Supplication Day\")
273 273
274to the list (the last Monday would be specified with `-1' instead of `4'). 274to the list (the last Monday would be specified with `-1' instead of `4').
275To add the last day of Hanukkah to the list, use 275To add the last day of Hanukkah to the list, use