Mercurial > emacs
changeset 3907:72da559fedd2
Doc fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Jun 1993 05:18:27 +0000 |
parents | a03d6cac1cd1 |
children | a148b4ff79c6 |
files | lisp/calendar/solar.el |
diffstat | 1 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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