Mercurial > emacs
changeset 25412:27c66621737f
(calendar-goto-astro-day-number): Autoload the right function name.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 Aug 1999 15:21:55 +0000 |
parents | 0d68ae69cd8c |
children | c23f7efbfd57 |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/calendar.el Sat Aug 28 15:20:18 1999 +0000 +++ b/lisp/calendar/calendar.el Sat Aug 28 15:21:55 1999 +0000 @@ -1510,7 +1510,7 @@ "String of astronomical (Julian) day number of Gregorian date." t) -(autoload 'calendar-goto-astro-date "cal-julian" +(autoload 'calendar-goto-astro-day-number "cal-julian" "Move cursor to astronomical (Julian) day number." t)