aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/calendar.el33
1 files changed, 11 insertions, 22 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 99e39331054..c0bfde951b6 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -1686,12 +1686,10 @@ D-FILE specifies the file to use as the diary file."
1686 t) 1686 t)
1687 1687
1688(autoload 'calendar-french-date-string "cal-french" 1688(autoload 'calendar-french-date-string "cal-french"
1689 "String of French Revolutionary date of Gregorian date." 1689 "String of French Revolutionary date of Gregorian date.")
1690 t)
1691 1690
1692(autoload 'calendar-mayan-date-string "cal-mayan" 1691(autoload 'calendar-mayan-date-string "cal-mayan"
1693 "String of Mayan date of Gregorian date." 1692 "String of Mayan date of Gregorian date.")
1694 t)
1695 1693
1696(autoload 'calendar-print-mayan-date "cal-mayan" 1694(autoload 'calendar-print-mayan-date "cal-mayan"
1697 "Show the Mayan long count, Tzolkin, and Haab equivalents of the date under the cursor." 1695 "Show the Mayan long count, Tzolkin, and Haab equivalents of the date under the cursor."
@@ -1734,8 +1732,7 @@ D-FILE specifies the file to use as the diary file."
1734 t) 1732 t)
1735 1733
1736(autoload 'calendar-chinese-date-string "cal-china" 1734(autoload 'calendar-chinese-date-string "cal-china"
1737 "String of Chinese date of Gregorian date." 1735 "String of Chinese date of Gregorian date.")
1738 t)
1739 1736
1740(autoload 'calendar-absolute-from-astro "cal-julian" 1737(autoload 'calendar-absolute-from-astro "cal-julian"
1741 "Absolute date of astronomical (Julian) day number D." 1738 "Absolute date of astronomical (Julian) day number D."
@@ -1745,8 +1742,7 @@ D-FILE specifies the file to use as the diary file."
1745 "Astronomical (Julian) day number of absolute date D.") 1742 "Astronomical (Julian) day number of absolute date D.")
1746 1743
1747(autoload 'calendar-astro-date-string "cal-julian" 1744(autoload 'calendar-astro-date-string "cal-julian"
1748 "String of astronomical (Julian) day number of Gregorian date." 1745 "String of astronomical (Julian) day number of Gregorian date.")
1749 t)
1750 1746
1751(autoload 'calendar-goto-astro-day-number "cal-julian" 1747(autoload 'calendar-goto-astro-day-number "cal-julian"
1752 "Move cursor to astronomical (Julian) day number." 1748 "Move cursor to astronomical (Julian) day number."
@@ -1787,8 +1783,7 @@ Driven by the variable `calendar-date-display-form'.")
1787 t) 1783 t)
1788 1784
1789(autoload 'calendar-iso-date-string "cal-iso" 1785(autoload 'calendar-iso-date-string "cal-iso"
1790 "String of ISO date of Gregorian date." 1786 "String of ISO date of Gregorian date.")
1791 t)
1792 1787
1793(autoload 'calendar-goto-islamic-date "cal-islam" 1788(autoload 'calendar-goto-islamic-date "cal-islam"
1794 "Move cursor to Islamic date." 1789 "Move cursor to Islamic date."
@@ -1799,16 +1794,14 @@ Driven by the variable `calendar-date-display-form'.")
1799 t) 1794 t)
1800 1795
1801(autoload 'calendar-islamic-date-string "cal-islam" 1796(autoload 'calendar-islamic-date-string "cal-islam"
1802 "String of Islamic date of Gregorian date." 1797 "String of Islamic date of Gregorian date.")
1803 t)
1804 1798
1805(autoload 'calendar-print-bahai-date "cal-bahai" 1799(autoload 'calendar-print-bahai-date "cal-bahai"
1806 "Show the Baha'i date equivalents of date." 1800 "Show the Baha'i date equivalents of date."
1807 t) 1801 t)
1808 1802
1809(autoload 'calendar-bahai-date-string "cal-bahai" 1803(autoload 'calendar-bahai-date-string "cal-bahai"
1810 "String of Baha'i date of Gregorian date." 1804 "String of Baha'i date of Gregorian date.")
1811 t)
1812 1805
1813(autoload 'calendar-goto-hebrew-date "cal-hebrew" 1806(autoload 'calendar-goto-hebrew-date "cal-hebrew"
1814 "Move cursor to Hebrew date." 1807 "Move cursor to Hebrew date."
@@ -1819,8 +1812,7 @@ Driven by the variable `calendar-date-display-form'.")
1819 t) 1812 t)
1820 1813
1821(autoload 'calendar-hebrew-date-string "cal-hebrew" 1814(autoload 'calendar-hebrew-date-string "cal-hebrew"
1822 "String of Hebrew date of Gregorian date." 1815 "String of Hebrew date of Gregorian date.")
1823 t)
1824 1816
1825(autoload 'calendar-goto-coptic-date "cal-coptic" 1817(autoload 'calendar-goto-coptic-date "cal-coptic"
1826 "Move cursor to Coptic date." 1818 "Move cursor to Coptic date."
@@ -1831,8 +1823,7 @@ Driven by the variable `calendar-date-display-form'.")
1831 t) 1823 t)
1832 1824
1833(autoload 'calendar-coptic-date-string "cal-coptic" 1825(autoload 'calendar-coptic-date-string "cal-coptic"
1834 "String of Coptic date of Gregorian date." 1826 "String of Coptic date of Gregorian date.")
1835 t)
1836 1827
1837(autoload 'calendar-goto-ethiopic-date "cal-coptic" 1828(autoload 'calendar-goto-ethiopic-date "cal-coptic"
1838 "Move cursor to Ethiopic date." 1829 "Move cursor to Ethiopic date."
@@ -1843,8 +1834,7 @@ Driven by the variable `calendar-date-display-form'.")
1843 t) 1834 t)
1844 1835
1845(autoload 'calendar-ethiopic-date-string "cal-coptic" 1836(autoload 'calendar-ethiopic-date-string "cal-coptic"
1846 "String of Ethiopic date of Gregorian date." 1837 "String of Ethiopic date of Gregorian date.")
1847 t)
1848 1838
1849(autoload 'calendar-goto-persian-date "cal-persia" 1839(autoload 'calendar-goto-persian-date "cal-persia"
1850 "Move cursor to Persian date." 1840 "Move cursor to Persian date."
@@ -1855,8 +1845,7 @@ Driven by the variable `calendar-date-display-form'.")
1855 t) 1845 t)
1856 1846
1857(autoload 'calendar-persian-date-string "cal-persia" 1847(autoload 'calendar-persian-date-string "cal-persia"
1858 "String of Persian date of Gregorian date." 1848 "String of Persian date of Gregorian date.")
1859 t)
1860 1849
1861(autoload 'show-all-diary-entries "diary-lib" 1850(autoload 'show-all-diary-entries "diary-lib"
1862 "Show all of the diary entries in the diary file. 1851 "Show all of the diary entries in the diary file.