From: Philip Kaludercic Date: Sun, 10 Jul 2022 18:55:02 +0000 (+0200) Subject: * time-date.el (decoded-time-period): Rename TIME in docstring X-Git-Tag: emacs-29.0.90~1447^2~1034 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b283e36cf1902eeb6d532077e1f46270aa1224e1;p=emacs.git * time-date.el (decoded-time-period): Rename TIME in docstring --- diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el index d19134db832..d1afd8ce95a 100644 --- a/lisp/calendar/time-date.el +++ b/lisp/calendar/time-date.el @@ -590,7 +590,7 @@ TIME is modified and returned." time) (defun decoded-time-period (time) - "Interpret DECODED as a period and return its length in seconds. + "Interpret TIME as a period and return its length in seconds. For computational purposes, years are 365 days long and months are 30 days long." (+ (if (consp (decoded-time-second time))