From 3a23f34c955f6f8e4cd662583fda8c211a2147cb Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 10 Jul 2022 20:55:02 +0200 Subject: [PATCH] * time-date.el (decoded-time-period): Rename TIME in docstring Author: --- lisp/calendar/time-date.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el index d19134db83..d1afd8ce95 100644 --- a/lisp/calendar/time-date.el +++ b/lisp/calendar/time-date.el @@ -590,7 +590,7 @@ decoded-time-set-defaults 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)) -- 2.36.1