emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b283e36cf1: * time-date.el (decoded-time-period): Rename TIME in


From: Philip Kaludercic
Subject: master b283e36cf1: * time-date.el (decoded-time-period): Rename TIME in docstring
Date: Sun, 10 Jul 2022 19:05:41 -0400 (EDT)

branch: master
commit b283e36cf1902eeb6d532077e1f46270aa1224e1
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    * time-date.el (decoded-time-period): Rename TIME in docstring
---
 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 @@ 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]