]> git.eshelyaron.com Git - emacs.git/commitdiff
(Holiday Customizing): Replace obsolete alias.
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Nov 2009 19:29:45 +0000 (19:29 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Nov 2009 19:29:45 +0000 (19:29 +0000)
doc/emacs/ChangeLog
doc/emacs/cal-xtra.texi

index 703295ade545861ef0b95198a4212a3c036a59c8..ccab316bc4d9405d3608c6d21e86c2228f5a27f7 100644 (file)
@@ -1,5 +1,7 @@
 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.
 
index e4fec680cbe25a01cd468a769d13e0a4108130bc..c05e1e8346bd1da9ab18fdfe039bd20ab5e2f889 100644 (file)
@@ -185,7 +185,7 @@ France on July 14 (i.e., the fourteenth day of the seventh month).  You
 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 @@ so on).
 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")))