# HG changeset patch # User Karl Heuer # Date 825361168 0 # Node ID 0d4ff7e4d6a32c6b810f269a9d66763786830ea7 # Parent 6edb5012f490f386863407f54c47cd27ed7d07f5 Use the new file names in autoloads. diff -r 6edb5012f490 -r 0d4ff7e4d6a3 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Mon Feb 26 18:51:09 1996 +0000 +++ b/lisp/calendar/calendar.el Mon Feb 26 18:59:28 1996 +0000 @@ -51,11 +51,11 @@ ;; The following files are part of the calendar/diary code: ;; appt.el Appointment notification -;; cal-chinese.el Chinese calendar +;; cal-china.el Chinese calendar ;; cal-coptic.el Coptic/Ethiopic calendars ;; cal-dst.el Daylight savings time rules ;; cal-hebrew.el Hebrew calendar -;; cal-islamic.el Islamic calendar +;; cal-islam.el Islamic calendar ;; cal-iso.el ISO calendar ;; cal-julian.el Julian/astronomical calendars ;; cal-mayan.el Mayan calendars @@ -1295,15 +1295,15 @@ "Move cursor to previous instance of Mayan Haab/Tzolkin combination." t) -(autoload 'calendar-goto-chinese-date "cal-chinese" +(autoload 'calendar-goto-chinese-date "cal-china" "Move cursor to Chinese date." t) -(autoload 'calendar-print-chinese-date "cal-chinese" +(autoload 'calendar-print-chinese-date "cal-china" "Show the Chinese date equivalents of date." t) -(autoload 'calendar-chinese-date-string "cal-chinese" +(autoload 'calendar-chinese-date-string "cal-china" "String of Chinese date of Gregorian date." t) @@ -1349,11 +1349,11 @@ "String of ISO date of Gregorian date." t) -(autoload 'calendar-print-islamic-date "cal-islamic" +(autoload 'calendar-print-islamic-date "cal-islam" "Show the Islamic date equivalents of date." t) -(autoload 'calendar-islamic-date-string "cal-islamic" +(autoload 'calendar-islamic-date-string "cal-islam" "String of Islamic date of Gregorian date." t) @@ -1453,17 +1453,17 @@ to the date indicated by point." t) -(autoload 'insert-islamic-diary-entry "cal-islamic" +(autoload 'insert-islamic-diary-entry "cal-islam" "Insert a diary entry for the Islamic date corresponding to the date indicated by point." t) -(autoload 'insert-monthly-islamic-diary-entry "cal-islamic" +(autoload 'insert-monthly-islamic-diary-entry "cal-islam" "Insert a monthly diary entry for the day of the Islamic month corresponding to the date indicated by point." t) -(autoload 'insert-yearly-islamic-diary-entry "cal-islamic" +(autoload 'insert-yearly-islamic-diary-entry "cal-islam" "Insert an annual diary entry for the day of the Islamic year corresponding to the date indicated by point." t) diff -r 6edb5012f490 -r 0d4ff7e4d6a3 lisp/calendar/diary-lib.el --- a/lisp/calendar/diary-lib.el Mon Feb 26 18:51:09 1996 +0000 +++ b/lisp/calendar/diary-lib.el Mon Feb 26 18:59:28 1996 +0000 @@ -116,23 +116,23 @@ "Astronomical (Julian) day number diary entry." t) -(autoload 'diary-chinese-date "cal-chinese" +(autoload 'diary-chinese-date "cal-china" "Chinese calendar equivalent of date diary entry." t) -(autoload 'diary-islamic-date "cal-islamic" +(autoload 'diary-islamic-date "cal-islam" "Islamic calendar equivalent of date diary entry." t) -(autoload 'list-islamic-diary-entries "cal-islamic" +(autoload 'list-islamic-diary-entries "cal-islam" "Add any Islamic date entries from the diary file to `diary-entries-list'." t) -(autoload 'mark-islamic-diary-entries "cal-islamic" +(autoload 'mark-islamic-diary-entries "cal-islam" "Mark days in the calendar window that have Islamic date diary entries." t) -(autoload 'mark-islamic-calendar-date-pattern "cal-islamic" +(autoload 'mark-islamic-calendar-date-pattern "cal-islam" "Mark dates in calendar window that conform to Islamic date MONTH/DAY/YEAR." t) diff -r 6edb5012f490 -r 0d4ff7e4d6a3 lisp/calendar/holidays.el --- a/lisp/calendar/holidays.el Mon Feb 26 18:51:09 1996 +0000 +++ b/lisp/calendar/holidays.el Mon Feb 26 18:59:28 1996 +0000 @@ -73,11 +73,11 @@ "List of dates around Tisha B'Av, as visible in calendar window." t) -(autoload 'holiday-islamic "cal-islamic" +(autoload 'holiday-islamic "cal-islam" "Holiday on MONTH, DAY (Islamic) called STRING." t) -(autoload 'holiday-chinese-new-year "cal-chinese" +(autoload 'holiday-chinese-new-year "cal-china" "Date of Chinese New Year." t)