can be a vector [degrees minutes north/south] such as [40 50 north] for New
York City.
-This variable should be set in site-local.el.")
+This variable should be set in `site-init.el'.")
;;;###autoload
(defvar calendar-longitude nil
can be a vector [degrees minutes east/west] such as [73 55 west] for New
York City.
-This variable should be set in site-local.el.")
+This variable should be set in `site-init.el'.")
(defsubst calendar-latitude ()
"Convert calendar-latitude to a signed decimal fraction, if needed."
For example, \"New York City\". Default value is just the latitude, longitude
pair.
-This variable should be set in site-local.el.")
+This variable should be set in `site-init.el'.")
(defvar solar-n-hemi-seasons
'("Vernal Equinox" "Summer Solstice" "Autumnal Equinox" "Winter Solstice")