]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes.
authorRichard M. Stallman <rms@gnu.org>
Mon, 21 Aug 1995 05:19:39 +0000 (05:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 21 Aug 1995 05:19:39 +0000 (05:19 +0000)
lisp/calendar/solar.el

index 95f84f401afbcfda4efa8d7c0fcc9cf138829a62..055c233b9e724b7ad6c0b72a29b7c3fc53f71198 100644 (file)
@@ -84,7 +84,7 @@ sufficient), + north, - south, such as 40.7 for New York City, or the value
 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
@@ -95,7 +95,7 @@ sufficient), + east, - west, such as -73.9 for New York City, or the value
 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."
@@ -139,7 +139,7 @@ This variable should be set in site-local.el.")
 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")