comparison lisp/calendar/calendar.el @ 14687:0d4ff7e4d6a3

Use the new file names in autoloads.
author Karl Heuer <kwzh@gnu.org>
date Mon, 26 Feb 1996 18:59:28 +0000
parents 83f275dcd93a
children 5a4b28f19b75
comparison
equal deleted inserted replaced
14686:6edb5012f490 14687:0d4ff7e4d6a3
49 ;; available. Calendar printing via LaTeX is available. 49 ;; available. Calendar printing via LaTeX is available.
50 50
51 ;; The following files are part of the calendar/diary code: 51 ;; The following files are part of the calendar/diary code:
52 52
53 ;; appt.el Appointment notification 53 ;; appt.el Appointment notification
54 ;; cal-chinese.el Chinese calendar 54 ;; cal-china.el Chinese calendar
55 ;; cal-coptic.el Coptic/Ethiopic calendars 55 ;; cal-coptic.el Coptic/Ethiopic calendars
56 ;; cal-dst.el Daylight savings time rules 56 ;; cal-dst.el Daylight savings time rules
57 ;; cal-hebrew.el Hebrew calendar 57 ;; cal-hebrew.el Hebrew calendar
58 ;; cal-islamic.el Islamic calendar 58 ;; cal-islam.el Islamic calendar
59 ;; cal-iso.el ISO calendar 59 ;; cal-iso.el ISO calendar
60 ;; cal-julian.el Julian/astronomical calendars 60 ;; cal-julian.el Julian/astronomical calendars
61 ;; cal-mayan.el Mayan calendars 61 ;; cal-mayan.el Mayan calendars
62 ;; cal-menu.el Menu support 62 ;; cal-menu.el Menu support
63 ;; cal-move.el Movement in the calendar 63 ;; cal-move.el Movement in the calendar
1293 1293
1294 (autoload 'calendar-previous-calendar-round-date "cal-mayan" 1294 (autoload 'calendar-previous-calendar-round-date "cal-mayan"
1295 "Move cursor to previous instance of Mayan Haab/Tzolkin combination." 1295 "Move cursor to previous instance of Mayan Haab/Tzolkin combination."
1296 t) 1296 t)
1297 1297
1298 (autoload 'calendar-goto-chinese-date "cal-chinese" 1298 (autoload 'calendar-goto-chinese-date "cal-china"
1299 "Move cursor to Chinese date." 1299 "Move cursor to Chinese date."
1300 t) 1300 t)
1301 1301
1302 (autoload 'calendar-print-chinese-date "cal-chinese" 1302 (autoload 'calendar-print-chinese-date "cal-china"
1303 "Show the Chinese date equivalents of date." 1303 "Show the Chinese date equivalents of date."
1304 t) 1304 t)
1305 1305
1306 (autoload 'calendar-chinese-date-string "cal-chinese" 1306 (autoload 'calendar-chinese-date-string "cal-china"
1307 "String of Chinese date of Gregorian date." 1307 "String of Chinese date of Gregorian date."
1308 t) 1308 t)
1309 1309
1310 (autoload 'calendar-absolute-from-astro 1310 (autoload 'calendar-absolute-from-astro
1311 "Absolute date of astronomical (Julian) day number D." 1311 "Absolute date of astronomical (Julian) day number D."
1347 1347
1348 (autoload 'calendar-iso-date-string "cal-iso" 1348 (autoload 'calendar-iso-date-string "cal-iso"
1349 "String of ISO date of Gregorian date." 1349 "String of ISO date of Gregorian date."
1350 t) 1350 t)
1351 1351
1352 (autoload 'calendar-print-islamic-date "cal-islamic" 1352 (autoload 'calendar-print-islamic-date "cal-islam"
1353 "Show the Islamic date equivalents of date." 1353 "Show the Islamic date equivalents of date."
1354 t) 1354 t)
1355 1355
1356 (autoload 'calendar-islamic-date-string "cal-islamic" 1356 (autoload 'calendar-islamic-date-string "cal-islam"
1357 "String of Islamic date of Gregorian date." 1357 "String of Islamic date of Gregorian date."
1358 t) 1358 t)
1359 1359
1360 (autoload 'calendar-goto-hebrew-date "cal-hebrew" 1360 (autoload 'calendar-goto-hebrew-date "cal-hebrew"
1361 "Move cursor to Hebrew date date." 1361 "Move cursor to Hebrew date date."
1451 (autoload 'insert-yearly-hebrew-diary-entry "cal-hebrew" 1451 (autoload 'insert-yearly-hebrew-diary-entry "cal-hebrew"
1452 "Insert an annual diary entry for the day of the Hebrew year corresponding 1452 "Insert an annual diary entry for the day of the Hebrew year corresponding
1453 to the date indicated by point." 1453 to the date indicated by point."
1454 t) 1454 t)
1455 1455
1456 (autoload 'insert-islamic-diary-entry "cal-islamic" 1456 (autoload 'insert-islamic-diary-entry "cal-islam"
1457 "Insert a diary entry for the Islamic date corresponding to the date 1457 "Insert a diary entry for the Islamic date corresponding to the date
1458 indicated by point." 1458 indicated by point."
1459 t) 1459 t)
1460 1460
1461 (autoload 'insert-monthly-islamic-diary-entry "cal-islamic" 1461 (autoload 'insert-monthly-islamic-diary-entry "cal-islam"
1462 "Insert a monthly diary entry for the day of the Islamic month corresponding 1462 "Insert a monthly diary entry for the day of the Islamic month corresponding
1463 to the date indicated by point." 1463 to the date indicated by point."
1464 t) 1464 t)
1465 1465
1466 (autoload 'insert-yearly-islamic-diary-entry "cal-islamic" 1466 (autoload 'insert-yearly-islamic-diary-entry "cal-islam"
1467 "Insert an annual diary entry for the day of the Islamic year corresponding 1467 "Insert an annual diary entry for the day of the Islamic year corresponding
1468 to the date indicated by point." 1468 to the date indicated by point."
1469 t) 1469 t)
1470 1470
1471 (autoload 'list-calendar-holidays "holidays" 1471 (autoload 'list-calendar-holidays "holidays"