]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-location-name): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 12 Sep 1997 22:41:48 +0000 (22:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 12 Sep 1997 22:41:48 +0000 (22:41 +0000)
lisp/calendar/solar.el

index 30bd74ca46271409f35c7b6d3379929b5f2be6dd..3cb7154bfd36a47c81dfc983032da5b4f14cfd48 100644 (file)
@@ -159,7 +159,7 @@ This variable should be set in `site-start'.el."
              (if (numberp calendar-longitude)
                  (if (> calendar-longitude 0) "E" "W")
                (if (equal (aref calendar-longitude 2) 'east) "E" "W"))))
-  "*Expression evaluating to name of `calendar-longitude', calendar-latitude'.
+  "*Expression evaluating to name of `calendar-longitude', `calendar-latitude'.
 For example, \"New York City\".  Default value is just the latitude, longitude
 pair.