diff options
author | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1996-04-24 23:36:43 +0000 |
---|---|---|
committer | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1996-04-24 23:36:43 +0000 |
commit | e9703897719ad2727bc3d51f0f6868ee03a4a5b5 (patch) | |
tree | ab194bfb5dc65a79b0bb5753e2bbd9f8d06090aa /lisp/calendar/cal-julian.el | |
parent | 33a07d62d348363b3940e67101b81b7886110fa9 (diff) | |
download | emacs-e9703897719ad2727bc3d51f0f6868ee03a4a5b5.tar.gz |
Spelling error.
Diffstat (limited to 'lisp/calendar/cal-julian.el')
-rw-r--r-- | lisp/calendar/cal-julian.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |