]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling error.
authorEdward M. Reingold <reingold@emr.cs.iit.edu>
Wed, 24 Apr 1996 23:36:43 +0000 (23:36 +0000)
committerEdward M. Reingold <reingold@emr.cs.iit.edu>
Wed, 24 Apr 1996 23:36:43 +0000 (23:36 +0000)
lisp/calendar/cal-julian.el

index 912fb59070cd403468dd45bd38b8751260ac9f46..4437789e7fe3001abaf10d746861b49694ba0e97 100644 (file)
@@ -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)