diff options
author | Erik Naggum <erik@naggum.no> | 1996-01-24 19:02:53 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-01-24 19:02:53 +0000 |
commit | 3001419fb3d036f5715c63e993e4870ba8698405 (patch) | |
tree | ab4bf47f487615696f18ab2e2ac9604e87337310 /lisp/calendar/lunar.el | |
parent | bfbf16aff7cd38dc77afba964eee5434b5743624 (diff) | |
download | emacs-3001419fb3d036f5715c63e993e4870ba8698405.tar.gz |
(lunar-new-moon-on-or-after): Doc fix.
Diffstat (limited to 'lisp/calendar/lunar.el')
-rw-r--r-- | lisp/calendar/lunar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el index 7d4e0145715..67a472ebaab 100644 --- a/lisp/calendar/lunar.el +++ b/lisp/calendar/lunar.el @@ -362,7 +362,7 @@ This function is suitable for execution in a .emacs file." (defun lunar-new-moon-on-or-after (d) "Astronomical (Julian) day number of first new moon on or after astronomical -(Julian) day number d. The fractional part is the time of day. +\(Julian) day number d. The fractional part is the time of day. The date and time are local time, including any daylight savings rules, as governed by the values of calendar-daylight-savings-starts, |