# HG changeset patch # User Glenn Morris # Date 1258226985 0 # Node ID 05ae8b925ed3aafaa68310d77d2e42779f7e50e7 # Parent 6706b5825a1f028f86586c7e13dd6e5ffc9a6c81 (Holiday Customizing): Replace obsolete alias. diff -r 6706b5825a1f -r 05ae8b925ed3 doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Sat Nov 14 19:08:41 2009 +0000 +++ b/doc/emacs/ChangeLog Sat Nov 14 19:29:45 2009 +0000 @@ -1,5 +1,7 @@ 2009-11-14 Glenn Morris + * cal-xtra.texi (Holiday Customizing): Replace obsolete alias. + * ack.texi (Acknowledgments): * emacs.texi (Acknowledgments): Update for recent Org changes. diff -r 6706b5825a1f -r 05ae8b925ed3 doc/emacs/cal-xtra.texi --- a/doc/emacs/cal-xtra.texi Sat Nov 14 19:08:41 2009 +0000 +++ b/doc/emacs/cal-xtra.texi Sat Nov 14 19:29:45 2009 +0000 @@ -185,7 +185,7 @@ 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 @@ -207,7 +207,7 @@ 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")))