mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-05 08:53:45 +00:00
Fix autoloads.
This commit is contained in:
parent
087c56fa31
commit
6cf0fb7906
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user