diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-12 22:41:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-12 22:41:48 +0000 |
commit | fa91affcc9fc2fb85945b60ece66840ffb65b48d (patch) | |
tree | eb551f17f42757ec4e925f9ac1fdc1ef60c31f39 /lisp/calendar | |
parent | e7787d86581d6593f8d53e47f71385d629e172c1 (diff) | |
download | emacs-fa91affcc9fc2fb85945b60ece66840ffb65b48d.tar.gz |
(calendar-location-name): Doc fix.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/solar.el | 2 |
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. |