1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Change autoload references from cal-persian to cal-persia.

This commit is contained in:
Karl Heuer 1996-05-20 15:42:58 +00:00
parent b1d4be5f6e
commit a45eee72d3
2 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@
;; cal-mayan.el Mayan calendars
;; cal-menu.el Menu support
;; cal-move.el Movement in the calendar
;; cal-persian.el Perisan calendar
;; cal-persia.el Persian calendar
;; cal-tex.el Calendars in LaTeX
;; cal-x.el X-windows dedicated frame functions
;; diary.el Diary functions
@ -1394,15 +1394,15 @@ Driven by the variable `calendar-date-display-form'."
"String of Ethiopic date of Gregorian date."
t)
(autoload 'calendar-goto-persian-date "cal-persian"
(autoload 'calendar-goto-persian-date "cal-persia"
"Move cursor to Persian date date."
t)
(autoload 'calendar-print-persian-date "cal-persian"
(autoload 'calendar-print-persian-date "cal-persia"
"Show the Persian date equivalents of date."
t)
(autoload 'calendar-persian-date-string "cal-persian"
(autoload 'calendar-persian-date-string "cal-persia"
"String of Persian date of Gregorian date."
t)

View File

@ -176,7 +176,7 @@ The holidays are those in the list `calendar-holidays'."
"Ethiopic calendar equivalent of date diary entry."
t)
(autoload 'diary-persian-date "cal-persian"
(autoload 'diary-persian-date "cal-persia"
"Persian calendar equivalent of date diary entry."
t)