side. If an old X11 graphics device is all that is available, just
the terminator is drawn.
-To use, startup mit-scheme and enter these following two s-expressions
+To use, startup mit-scheme and enter the following two s-expressions
at the REPL prompt.
@example
@end deffn
You can send a @code{turn-to} message to the tellurion, specifying a
-latitude and longitude in degrees, by applying it to three arguments:
-the symbol @code{turn-to} and the latitude and longitude (numbers).
+latitude and longitude to place in the center of the drawing. To send
+the message, apply the tellurion to three arguments: the symbol
+@code{turn-to} and the latitude and longitude in degrees.
For example, to center the globe on Fairbanks, Alaska, enter this:
@example
@end example
You can also have the tellurion draw the terminator as it would appear
-at a particular time (other than the current time). Apply it to the symbol
-@code{time-to} and a time, either a decoded time or an integer to be
-interpreted as a universal time.
+at a particular time. Apply it to the
+symbol @code{time-to} and a time, either a decoded time or a universal
+time (an integer). (See the reference manual's section ``Date and
+Time''.)
+
@example
(t 'TIME-TO (make-decoded-time 0 29 9 19 3 2016)) ;; a vernal equinox
@end example