comparison lisp/=diary-lib.el @ 7639:67b7d1ea7b2e

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 May 1994 22:14:17 +0000
parents cc7cd83ccf3f
children 64363eaca455
comparison
equal deleted inserted replaced
7638:fb6479579c0b 7639:67b7d1ea7b2e
785 (t -9999)));; Unrecognizable 785 (t -9999)));; Unrecognizable
786 786
787 (defun list-hebrew-diary-entries () 787 (defun list-hebrew-diary-entries ()
788 "Add any Hebrew date entries from the diary file to `diary-entries-list'. 788 "Add any Hebrew date entries from the diary file to `diary-entries-list'.
789 Hebrew date diary entries must be prefaced by `hebrew-diary-entry-symbol' 789 Hebrew date diary entries must be prefaced by `hebrew-diary-entry-symbol'
790 (normally an `H'). The same diary date forms govern the style of the Hebrew 790 \(normally an `H'). The same diary date forms govern the style of the Hebrew
791 calendar entries, except that the Hebrew month names must be spelled in full. 791 calendar entries, except that the Hebrew month names must be spelled in full.
792 The Hebrew months are numbered from 1 to 13 with Nisan being 1, 12 being 792 The Hebrew months are numbered from 1 to 13 with Nisan being 1, 12 being
793 Adar I and 13 being Adar II; you must use `Adar I' if you want Adar of a 793 Adar I and 13 being Adar II; you must use `Adar I' if you want Adar of a
794 common Hebrew year. If a Hebrew date diary entry begins with a 794 common Hebrew year. If a Hebrew date diary entry begins with a
795 `diary-nonmarking-symbol', the entry will appear in the diary listing, but will 795 `diary-nonmarking-symbol', the entry will appear in the diary listing, but will
869 869
870 (defun mark-hebrew-diary-entries () 870 (defun mark-hebrew-diary-entries ()
871 "Mark days in the calendar window that have Hebrew date diary entries. 871 "Mark days in the calendar window that have Hebrew date diary entries.
872 Each entry in diary-file (or included files) visible in the calendar window 872 Each entry in diary-file (or included files) visible in the calendar window
873 is marked. Hebrew date entries are prefaced by a hebrew-diary-entry-symbol 873 is marked. Hebrew date entries are prefaced by a hebrew-diary-entry-symbol
874 (normally an `H'). The same diary-date-forms govern the style of the Hebrew 874 \(normally an `H'). The same diary-date-forms govern the style of the Hebrew
875 calendar entries, except that the Hebrew month names must be spelled in full. 875 calendar entries, except that the Hebrew month names must be spelled in full.
876 The Hebrew months are numbered from 1 to 13 with Nisan being 1, 12 being 876 The Hebrew months are numbered from 1 to 13 with Nisan being 1, 12 being
877 Adar I and 13 being Adar II; you must use `Adar I' if you want Adar of a 877 Adar I and 13 being Adar II; you must use `Adar I' if you want Adar of a
878 common Hebrew year. Hebrew date diary entries that begin with a 878 common Hebrew year. Hebrew date diary entries that begin with a
879 diary-nonmarking symbol will not be marked in the calendar. This function 879 diary-nonmarking symbol will not be marked in the calendar. This function
1648 (aref hebrew-calendar-parashiot-names p))) 1648 (aref hebrew-calendar-parashiot-names p)))
1649 1649
1650 (defun list-islamic-diary-entries () 1650 (defun list-islamic-diary-entries ()
1651 "Add any Islamic date entries from the diary file to `diary-entries-list'. 1651 "Add any Islamic date entries from the diary file to `diary-entries-list'.
1652 Islamic date diary entries must be prefaced by an `islamic-diary-entry-symbol' 1652 Islamic date diary entries must be prefaced by an `islamic-diary-entry-symbol'
1653 (normally an `I'). The same diary date forms govern the style of the Islamic 1653 \(normally an `I'). The same diary date forms govern the style of the Islamic
1654 calendar entries, except that the Islamic month names must be spelled in full. 1654 calendar entries, except that the Islamic month names must be spelled in full.
1655 The Islamic months are numbered from 1 to 12 with Muharram being 1 and 12 being 1655 The Islamic months are numbered from 1 to 12 with Muharram being 1 and 12 being
1656 Dhu al-Hijjah. If an Islamic date diary entry begins with a 1656 Dhu al-Hijjah. If an Islamic date diary entry begins with a
1657 `diary-nonmarking-symbol', the entry will appear in the diary listing, but will 1657 `diary-nonmarking-symbol', the entry will appear in the diary listing, but will
1658 not be marked in the calendar. This function is provided for use with the 1658 not be marked in the calendar. This function is provided for use with the
1731 1731
1732 (defun mark-islamic-diary-entries () 1732 (defun mark-islamic-diary-entries ()
1733 "Mark days in the calendar window that have Islamic date diary entries. 1733 "Mark days in the calendar window that have Islamic date diary entries.
1734 Each entry in diary-file (or included files) visible in the calendar window 1734 Each entry in diary-file (or included files) visible in the calendar window
1735 is marked. Islamic date entries are prefaced by a islamic-diary-entry-symbol 1735 is marked. Islamic date entries are prefaced by a islamic-diary-entry-symbol
1736 (normally an `I'). The same diary-date-forms govern the style of the Islamic 1736 \(normally an `I'). The same diary-date-forms govern the style of the Islamic
1737 calendar entries, except that the Islamic month names must be spelled in full. 1737 calendar entries, except that the Islamic month names must be spelled in full.
1738 The Islamic months are numbered from 1 to 12 with Muharram being 1 and 12 being 1738 The Islamic months are numbered from 1 to 12 with Muharram being 1 and 12 being
1739 Dhu al-Hijjah. Islamic date diary entries that begin with a 1739 Dhu al-Hijjah. Islamic date diary entries that begin with a
1740 diary-nonmarking-symbol will not be marked in the calendar. This function is 1740 diary-nonmarking-symbol will not be marked in the calendar. This function is
1741 provided for use as part of the nongregorian-diary-marking-hook." 1741 provided for use as part of the nongregorian-diary-marking-hook."