summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-01-24 19:09:39 +0000
committerErik Naggum <erik@naggum.no>1996-01-24 19:09:39 +0000
commit371ea94f55a70ce45ee43ecf498b0c65369eb90c (patch)
tree445a7debda87351584e6a342e5739f50fe4a10f2 /lisp
parent3001419fb3d036f5715c63e993e4870ba8698405 (diff)
downloademacs-371ea94f55a70ce45ee43ecf498b0c65369eb90c.tar.gz
emacs-371ea94f55a70ce45ee43ecf498b0c65369eb90c.tar.bz2
emacs-371ea94f55a70ce45ee43ecf498b0c65369eb90c.zip
(solar-moment, solar-ephemeris-time, solar-equatorial-coordinates,
solar-horizontal-coordinates): Doc fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/solar.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el
index f88dcbf73c9..1726ea1b8d8 100644
--- a/lisp/calendar/solar.el
+++ b/lisp/calendar/solar.el
@@ -301,7 +301,7 @@ being TIME.
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 @@ Corresponding value is nil if there is no sunrise/sunset."
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 @@ calendar-time-zone are used to interpret local time."
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 @@ The azimuth is given in degrees as well as the height (between -180 and 180)."
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)))