]> git.eshelyaron.com Git - emacs.git/commitdiff
* time-date.el (decoded-time-period): Rename TIME in docstring
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 10 Jul 2022 18:55:02 +0000 (20:55 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sun, 10 Jul 2022 23:05:06 +0000 (01:05 +0200)
lisp/calendar/time-date.el

index d19134db832b107193c5c6e2d679c60f3b99612a..d1afd8ce95a03a0b68a8f77b418d20812a0869c5 100644 (file)
@@ -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))