# HG changeset patch # User Erik Naggum # Date 822510579 0 # Node ID 73b9ac33b161b2107b1e6e57a40f16ef645349a2 # Parent 557c46145b1e889384d8f3bdb0a381605bbaeb32 (solar-moment, solar-ephemeris-time, solar-equatorial-coordinates, solar-horizontal-coordinates): Doc fixes. diff -r 557c46145b1e -r 73b9ac33b161 lisp/calendar/solar.el --- a/lisp/calendar/solar.el Wed Jan 24 19:02:53 1996 +0000 +++ b/lisp/calendar/solar.el Wed Jan 24 19:09:39 1996 +0000 @@ -301,7 +301,7 @@ TIME is a pair with the first component being the number of Julian centuries elapsed at 0 Universal Time, and the second component being the universal time. For instance, the pair corresponding to November 28, 1995 at 16 UT is -(-0.040945 16), -0.040945 being the number of julian centuries elapsed between +\(-0.040945 16), -0.040945 being the number of julian centuries elapsed between Jan 1, 2000 at 12 UT and November 28, 1995 at 0 UT. Uses binary search." @@ -447,7 +447,7 @@ TIME is a pair with the first component being the number of Julian centuries elapsed at 0 Universal Time, and the second component being the universal time. For instance, the pair corresponding to November 28, 1995 at 16 UT is -(-0.040945 16), -0.040945 being the number of julian centuries elapsed between +\(-0.040945 16), -0.040945 being the number of julian centuries elapsed between Jan 1, 2000 at 12 UT and November 28, 1995 at 0 UT. Result is in julian centuries of ephemeris time." @@ -501,7 +501,7 @@ TIME is a pair with the first component being the number of Julian centuries elapsed at 0 Universal Time, and the second component being the universal time. For instance, the pair corresponding to November 28, 1995 at 16 UT is -(-0.040945 16), -0.040945 being the number of julian centuries elapsed between +\(-0.040945 16), -0.040945 being the number of julian centuries elapsed between Jan 1, 2000 at 12 UT and November 28, 1995 at 0 UT. The azimuth is given in degrees as well as the height (between -180 and 180)." @@ -531,7 +531,7 @@ TIME is a pair with the first component being the number of Julian centuries elapsed at 0 Universal Time, and the second component being the universal time. For instance, the pair corresponding to November 28, 1995 at 16 UT is -(-0.040945 16), -0.040945 being the number of julian centuries elapsed between +\(-0.040945 16), -0.040945 being the number of julian centuries elapsed between Jan 1, 2000 at 12 UT and November 28, 1995 at 0 UT." (let* ((tm (solar-ephemeris-time time)) (ec (solar-ecliptic-coordinates tm for-sunrise-sunset)))