changeset 19898:ef7d802592ec

(calendar-location-name): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Sep 1997 22:41:48 +0000
parents d9bb216aa23f
children a165ef580ea2
files lisp/calendar/solar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/solar.el	Fri Sep 12 22:41:34 1997 +0000
+++ b/lisp/calendar/solar.el	Fri Sep 12 22:41:48 1997 +0000
@@ -159,7 +159,7 @@
              (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.