aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar
diff options
context:
space:
mode:
authorPaul Eggert2011-12-05 00:55:25 -0800
committerPaul Eggert2011-12-05 00:55:25 -0800
commitfa46310344375ef5c114cbb94d4acea39ac29239 (patch)
tree4d74de9694db1c199cd9301a27c48b4d4137cf0c /lisp/calendar
parentc3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff)
downloademacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz
emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip
Spelling fixes.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/solar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el
index 84a1544d709..b841ed4ab73 100644
--- a/lisp/calendar/solar.el
+++ b/lisp/calendar/solar.el
@@ -962,7 +962,7 @@ Accurate to within a minute between 1951 and 2050."
962(defun solar-mean-equinoxes/solstices (k year) 962(defun solar-mean-equinoxes/solstices (k year)
963 "Julian day of mean equinox/solstice K for YEAR. 963 "Julian day of mean equinox/solstice K for YEAR.
964K=0, spring equinox; K=1, summer solstice; K=2, fall equinox; K=3, winter 964K=0, spring equinox; K=1, summer solstice; K=2, fall equinox; K=3, winter
965solstice. These formulae are only to be used between 1000 BC and 3000 AD." 965solstice. These formulas are only to be used between 1000 BC and 3000 AD."
966 (let ((y (/ year 1000.0)) 966 (let ((y (/ year 1000.0))
967 (z (/ (- year 2000) 1000.0))) 967 (z (/ (- year 2000) 1000.0)))
968 (if (< year 1000) ; actually between -1000 and 1000 968 (if (< year 1000) ; actually between -1000 and 1000