changeset 15258:ab5975df6164

Change autoload references from cal-persian to cal-persia.
author Karl Heuer <kwzh@gnu.org>
date Mon, 20 May 1996 15:42:58 +0000
parents 25dbb4494147
children 984ea4011d7e
files lisp/calendar/calendar.el lisp/calendar/diary-lib.el
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Sat May 18 20:15:02 1996 +0000
+++ b/lisp/calendar/calendar.el	Mon May 20 15:42:58 1996 +0000
@@ -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 @@
   "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)
 
--- a/lisp/calendar/diary-lib.el	Sat May 18 20:15:02 1996 +0000
+++ b/lisp/calendar/diary-lib.el	Mon May 20 15:42:58 1996 +0000
@@ -176,7 +176,7 @@
   "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)