# HG changeset patch # User Richard M. Stallman # Date 874104108 0 # Node ID ef7d802592ec56420e1304d513e7e1954a1e3096 # Parent d9bb216aa23f68d1c88ab0b96f6bb1b3c1176734 (calendar-location-name): Doc fix. diff -r d9bb216aa23f -r ef7d802592ec lisp/calendar/solar.el --- 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.