]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-holidays): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 3 Apr 2008 04:41:55 +0000 (04:41 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 Apr 2008 04:41:55 +0000 (04:41 +0000)
lisp/ChangeLog
lisp/calendar/calendar.el

index deba0289721929a0084b83c02d26e93824c27457..0697475ef3eb66ea142bdd903c727ffcd9e62b7c 100644 (file)
@@ -53,6 +53,7 @@
        all-hebrew-calendar-holidays.
        (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
        Simplify using new functions.
+       (calendar-holidays): Doc fix.
        (generate-calendar-window): Use bound-and-true-p.
 
        * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
index 06af60ce257ebe71a01d749fdf0fe4b4349aa730..63c67a4545ee6f3614870115aafc818cba2edb46 100644 (file)
@@ -1058,7 +1058,7 @@ The intention is that (in the US) `local-holidays' be set in
 site-init.el and `other-holidays' be set by the user.
 
 Entries on the list are expressions that return (possibly empty) lists of
-items of the form ((month day year) string) of a holiday in the in the
+items of the form ((month day year) string) of a holiday in the
 three-month period centered around `displayed-month' of `displayed-year'.
 Several basic functions are provided for this purpose:
 
@@ -1092,18 +1092,18 @@ To add the last day of Hanukkah to the list, use
 
      (holiday-hebrew 10 2 \"Last day of Hanukkah\")
 
-since the Hebrew months are numbered with 1 starting from Nisan, while to
-add the Islamic feast celebrating Mohammed's birthday use
+since the Hebrew months are numbered with 1 starting from Nisan.
+To add the Islamic feast celebrating Mohammed's birthday, use
 
      (holiday-islamic 3 12 \"Mohammed's Birthday\")
 
-since the Islamic months are numbered from 1 starting with Muharram.  To
-add an entry for the Baha'i festival of Ridvan, use
+since the Islamic months are numbered from 1 starting with Muharram.
+To add an entry for the Baha'i festival of Ridvan, use
 
      (holiday-bahai 2 13 \"Festival of Ridvan\")
 
-since the Baha'i months are numbered from 1 starting with Baha.  To
-add Thomas Jefferson's birthday, April 2, 1743 (Julian), use
+since the Baha'i months are numbered from 1 starting with Baha.
+To add Thomas Jefferson's birthday, April 2, 1743 (Julian), use
 
      (holiday-julian 4 2 \"Jefferson's Birthday\")