Mercurial > emacs
changeset 12908:2aa3e1b05567
Doc fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 21 Aug 1995 05:19:39 +0000 |
parents | 6cae53a06172 |
children | 0e165bcd43a2 |
files | lisp/calendar/solar.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/solar.el Mon Aug 21 04:33:21 1995 +0000 +++ b/lisp/calendar/solar.el Mon Aug 21 05:19:39 1995 +0000 @@ -84,7 +84,7 @@ 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 @@ 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 @@ 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")