Mercurial > emacs
changeset 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 | cc3e44288fe8 |
children | 40e03cf4f4cd |
files | lisp/calendar/time-date.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))