From: Edward M. Reingold Date: Wed, 24 Apr 1996 23:36:43 +0000 (+0000) Subject: Spelling error. X-Git-Tag: emacs-19.34~792 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9703897719ad2727bc3d51f0f6868ee03a4a5b5;p=emacs.git Spelling error. --- diff --git a/lisp/calendar/cal-julian.el b/lisp/calendar/cal-julian.el index 912fb59070c..4437789e7fe 100644 --- a/lisp/calendar/cal-julian.el +++ b/lisp/calendar/cal-julian.el @@ -182,7 +182,7 @@ Defaults to today's date if DATE is not given." "Show astronomical (Julian) day number after noon UTC on date shown by cursor." (interactive) (message - "Astronomical (Julian) day number (after noon UTC): %s" + "Astronomical (Julian) day number (at noon UTC): %s.0" (calendar-astro-date-string (calendar-cursor-to-date t)))) (defun calendar-goto-astro-day-number (daynumber &optional noecho)