# HG changeset patch # User Richard M. Stallman # Date 741244707 0 # Node ID 72da559fedd28ee529a7e434274fa003b1e1a945 # Parent a03d6cac1cd1509a29c06af7c72093f22bb3edcc Doc fixes. diff -r a03d6cac1cd1 -r 72da559fedd2 lisp/calendar/solar.el --- a/lisp/calendar/solar.el Mon Jun 28 04:48:51 1993 +0000 +++ b/lisp/calendar/solar.el Mon Jun 28 05:18:27 1993 +0000 @@ -79,12 +79,20 @@ ;;;###autoload (defvar calendar-latitude nil "*Latitude of `calendar-location-name' in degrees, + north, - south. -For example, 40.7 for New York City.") +For example, 40.7 for New York City. +It may not be a good idea to set this in advance for your site; +if there may be users running Emacs at your site +who are physically located elsewhere, they would get the wrong +value and might not know how to override it.") ;;;###autoload (defvar calendar-longitude nil "*Longitude of `calendar-location-name' in degrees, + east, - west. -For example, -74.0 for New York City.") +For example, -74.0 for New York City. +It may not be a good idea to set this in advance for your site; +if there may be users running Emacs at your site +who are physically located elsewhere, they would get the wrong +value and might not know how to override it.") ;;;###autoload (defvar calendar-location-name