aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/solar.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el
index 0298400b799..ad226b767a4 100644
--- a/lisp/calendar/solar.el
+++ b/lisp/calendar/solar.el
@@ -478,6 +478,7 @@ No diary entry if there is no sunset on that date."
478 (if light (format "%s Sabbath candle lighting" 478 (if light (format "%s Sabbath candle lighting"
479 (solar-time-string light date)))))) 479 (solar-time-string light date))))))
480 480
481;;;###autoload
481(defun solar-equinoxes-solstices () 482(defun solar-equinoxes-solstices ()
482 "Date and time of equinoxes and solstices, if visible in the calendar window. 483 "Date and time of equinoxes and solstices, if visible in the calendar window.
483Requires floating point." 484Requires floating point."