Mercurial > emacs
diff lisp/calendar/time-date.el @ 55002:8e406d7e53be
(time-to-day-in-year): Fix docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 20 Apr 2004 16:38:08 +0000 |
parents | 695cf19ef79e |
children | 2383026ff0d9 793ad36b6e6e 4c90ffeb71c5 |
line wrap: on
line diff
--- a/lisp/calendar/time-date.el Tue Apr 20 10:01:29 2004 +0000 +++ b/lisp/calendar/time-date.el Tue Apr 20 16:38:08 2004 +0000 @@ -149,7 +149,7 @@ ;;;###autoload (defun time-to-day-in-year (time) - "Return the day number within the year of the date month/day/year." + "Return the day number within the year corresponding to TIME." (let* ((tim (decode-time time)) (month (nth 4 tim)) (day (nth 3 tim))