2009-11-14 Glenn Morris <rgm@gnu.org>
+ * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
+
* ack.texi (Acknowledgments):
* emacs.texi (Acknowledgments): Update for recent Org changes.
can do this as follows:
@smallexample
-(setq other-holidays '((holiday-fixed 7 14 "Bastille Day")))
+(setq holiday-other-holidays '((holiday-fixed 7 14 "Bastille Day")))
@end smallexample
Many holidays occur on a specific day of the week, at a specific time
Chinese, Hebrew, Islamic, and Julian calendars too. For example,
@smallexample
-(setq other-holidays
+(setq holiday-other-holidays
'((holiday-hebrew 10 2 "Last day of Hanukkah")
(holiday-islamic 3 12 "Mohammed's Birthday")
(holiday-julian 4 2 "Jefferson's Birthday")))