summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-12 22:41:48 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-12 22:41:48 +0000
commitfa91affcc9fc2fb85945b60ece66840ffb65b48d (patch)
treeeb551f17f42757ec4e925f9ac1fdc1ef60c31f39 /lisp/calendar
parente7787d86581d6593f8d53e47f71385d629e172c1 (diff)
downloademacs-fa91affcc9fc2fb85945b60ece66840ffb65b48d.tar.gz
(calendar-location-name): Doc fix.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/solar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el
index 30bd74ca462..3cb7154bfd3 100644
--- a/lisp/calendar/solar.el
+++ b/lisp/calendar/solar.el
@@ -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.