aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2007-03-17 17:53:34 +0000
committerChong Yidong2007-03-17 17:53:34 +0000
commit31685caa25fbdac80ab1a9fc288ff21e0dc8cc04 (patch)
tree58da1297e16dedd236ee441ebee13690548b8746 /lisp
parent7b96378fa564202a8daa22ce619acf5b61062e8a (diff)
downloademacs-31685caa25fbdac80ab1a9fc288ff21e0dc8cc04.tar.gz
emacs-31685caa25fbdac80ab1a9fc288ff21e0dc8cc04.zip
(solar-date-next-longitude): "daylight savings" -> "daylight saving"
doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/solar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el
index f8112b3e896..c4a8352a8d8 100644
--- a/lisp/calendar/solar.el
+++ b/lisp/calendar/solar.el
@@ -507,7 +507,7 @@ Result is in julian centuries of ephemeris time."
507(defun solar-date-next-longitude (d l) 507(defun solar-date-next-longitude (d l)
508 "First moment on or after Julian day number D when sun's longitude is a 508 "First moment on or after Julian day number D when sun's longitude is a
509multiple of L degrees at calendar-location-name with that location's 509multiple of L degrees at calendar-location-name with that location's
510local time (including any daylight savings rules). 510local time (including any daylight saving rules).
511 511
512L must be an integer divisor of 360. 512L must be an integer divisor of 360.
513 513