comparison lisp/calendar/solar.el @ 92996:6dcaa1e995c4

Small formatting change.
author Glenn Morris <rgm@gnu.org>
date Sun, 16 Mar 2008 01:28:43 +0000
parents 5700422f1364
children fb92abde7664
comparison
equal deleted inserted replaced
92995:5fed34959de9 92996:6dcaa1e995c4
172 172
173 (defconst solar-s-hemi-seasons 173 (defconst solar-s-hemi-seasons
174 '("Autumnal Equinox" "Winter Solstice" "Vernal Equinox" "Summer Solstice") 174 '("Autumnal Equinox" "Winter Solstice" "Vernal Equinox" "Summer Solstice")
175 "List of season changes for the southern hemisphere.") 175 "List of season changes for the southern hemisphere.")
176 176
177 (defvar solar-sidereal-time-greenwich-midnight 177 (defvar solar-sidereal-time-greenwich-midnight nil
178 nil
179 "Sidereal time at Greenwich at midnight (universal time).") 178 "Sidereal time at Greenwich at midnight (universal time).")
180 179
181 (defvar solar-northern-spring-or-summer-season nil 180 (defvar solar-northern-spring-or-summer-season nil
182 "Non-nil if northern spring or summer and nil otherwise. 181 "Non-nil if northern spring or summer and nil otherwise.
183 Needed for polar areas, in order to know whether the day lasts 0 or 24 hours.") 182 Needed for polar areas, in order to know whether the day lasts 0 or 24 hours.")