From: Richard M. Stallman Date: Fri, 12 Sep 1997 22:41:48 +0000 (+0000) Subject: (calendar-location-name): Doc fix. X-Git-Tag: emacs-20.1~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52f4a7f75190138229c7c53ce7669b52cbce58ae;p=emacs.git (calendar-location-name): Doc fix. --- 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.