]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix autoloads.
authorEdward M. Reingold <reingold@emr.cs.iit.edu>
Wed, 27 Dec 1995 17:29:28 +0000 (17:29 +0000)
committerEdward M. Reingold <reingold@emr.cs.iit.edu>
Wed, 27 Dec 1995 17:29:28 +0000 (17:29 +0000)
lisp/calendar/calendar.el

index 8fe2f3cd6dae80ae205af653f237d1691c9598f3..5245e232ef39e90db038c20158a05b3ee394873f 100644 (file)
@@ -1295,7 +1295,7 @@ calendar."
   t)
 
 (autoload 'calendar-goto-chinese-date "cal-chinese"
-   "Move cursor to Chinese date date."
+   "Move cursor to Chinese date."
    t)
 
 (autoload 'calendar-print-chinese-date "cal-chinese"
@@ -1306,9 +1306,21 @@ calendar."
   "String of Chinese date of Gregorian date."
   t)
 
+(autoload 'calendar-absolute-from-astro
+  "Absolute date of astronomical (Julian) day number D."
+  "cal-julian")
+
 (autoload 'calendar-astro-from-absolute "cal-julian"
   "Astronomical (Julian) day number of absolute date D.")
 
+(autoload 'calendar-astro-date-string "cal-julian"
+  "String of astronomical (Julian) day number of Gregorian date."
+  t)
+
+(autoload 'calendar-goto-astro-date "cal-julian"
+   "Move cursor to astronomical (Julian) day number."
+   t)
+
 (autoload 'calendar-julian-from-absolute "cal-julian"
   "Compute the Julian (month day year) corresponding to the absolute DATE.
 The absolute date is the number of days elapsed since the (imaginary)