mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
Fix autoload for calendar-absolute-from-astro. Add autoload for
calendar-print-astro-day-number.
This commit is contained in:
parent
1b0d24e7f6
commit
d1b8adf7a6
@ -1506,9 +1506,9 @@ calendar."
|
||||
"String of Chinese date of Gregorian date."
|
||||
t)
|
||||
|
||||
(autoload 'calendar-absolute-from-astro
|
||||
(autoload 'calendar-absolute-from-astro "cal-julian"
|
||||
"Absolute date of astronomical (Julian) day number D."
|
||||
"cal-julian")
|
||||
t )
|
||||
|
||||
(autoload 'calendar-astro-from-absolute "cal-julian"
|
||||
"Astronomical (Julian) day number of absolute date D.")
|
||||
@ -1521,6 +1521,10 @@ calendar."
|
||||
"Move cursor to astronomical (Julian) day number."
|
||||
t)
|
||||
|
||||
(autoload 'calendar-print-astro-day-number "cal-julian"
|
||||
"Show the astro date equivalents of date."
|
||||
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