# HG changeset patch # User Juanma Barranquero # Date 1082479088 0 # Node ID 8e406d7e53bedfbd2ae2525a8c1c9888a08d01a1 # Parent cc3e44288fe867cfe234694c69034edc1b94b27f (time-to-day-in-year): Fix docstring. diff -r cc3e44288fe8 -r 8e406d7e53be lisp/calendar/time-date.el --- 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))