From 52f4a7f75190138229c7c53ce7669b52cbce58ae Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 12 Sep 1997 22:41:48 +0000 Subject: [PATCH] (calendar-location-name): Doc fix. --- lisp/calendar/solar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5