diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 17:53:34 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 17:53:34 +0000 |
commit | 31685caa25fbdac80ab1a9fc288ff21e0dc8cc04 (patch) | |
tree | 58da1297e16dedd236ee441ebee13690548b8746 /lisp/calendar/solar.el | |
parent | 7b96378fa564202a8daa22ce619acf5b61062e8a (diff) | |
download | emacs-31685caa25fbdac80ab1a9fc288ff21e0dc8cc04.tar.gz emacs-31685caa25fbdac80ab1a9fc288ff21e0dc8cc04.tar.bz2 emacs-31685caa25fbdac80ab1a9fc288ff21e0dc8cc04.zip |
(solar-date-next-longitude): "daylight savings" -> "daylight saving"
doc fix.
Diffstat (limited to 'lisp/calendar/solar.el')
-rw-r--r-- | lisp/calendar/solar.el | 2 |
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." (defun solar-date-next-longitude (d l) "First moment on or after Julian day number D when sun's longitude is a multiple of L degrees at calendar-location-name with that location's -local time (including any daylight savings rules). +local time (including any daylight saving rules). L must be an integer divisor of 360. |