diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-07-10 20:55:02 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-07-11 01:05:06 +0200 |
commit | b283e36cf1902eeb6d532077e1f46270aa1224e1 (patch) | |
tree | ce3c608fea26ff3e8de424f08ee83d5fdb2062b0 /lisp/calendar | |
parent | c6f676154581ce6a4a59b5c12e1e3b6ee685fe19 (diff) | |
download | emacs-b283e36cf1902eeb6d532077e1f46270aa1224e1.tar.gz |
* time-date.el (decoded-time-period): Rename TIME in docstring
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/time-date.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |