comparison lisp/calendar/solar.el @ 3907:72da559fedd2

Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 28 Jun 1993 05:18:27 +0000
parents c97c63c1a920
children c8f5e05c332e
comparison
equal deleted inserted replaced
3906:a03d6cac1cd1 3907:72da559fedd2
77 would give military-style times like `21:07 (UTC)'.") 77 would give military-style times like `21:07 (UTC)'.")
78 78
79 ;;;###autoload 79 ;;;###autoload
80 (defvar calendar-latitude nil 80 (defvar calendar-latitude nil
81 "*Latitude of `calendar-location-name' in degrees, + north, - south. 81 "*Latitude of `calendar-location-name' in degrees, + north, - south.
82 For example, 40.7 for New York City.") 82 For example, 40.7 for New York City.
83 It may not be a good idea to set this in advance for your site;
84 if there may be users running Emacs at your site
85 who are physically located elsewhere, they would get the wrong
86 value and might not know how to override it.")
83 87
84 ;;;###autoload 88 ;;;###autoload
85 (defvar calendar-longitude nil 89 (defvar calendar-longitude nil
86 "*Longitude of `calendar-location-name' in degrees, + east, - west. 90 "*Longitude of `calendar-location-name' in degrees, + east, - west.
87 For example, -74.0 for New York City.") 91 For example, -74.0 for New York City.
92 It may not be a good idea to set this in advance for your site;
93 if there may be users running Emacs at your site
94 who are physically located elsewhere, they would get the wrong
95 value and might not know how to override it.")
88 96
89 ;;;###autoload 97 ;;;###autoload
90 (defvar calendar-location-name 98 (defvar calendar-location-name
91 '(let ((float-output-format "%.1f")) 99 '(let ((float-output-format "%.1f"))
92 (format "%s%s, %s%s" 100 (format "%s%s, %s%s"