emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 06a87738114 2/2: ; * lisp/calendar/time-date.el (days-to-time):


From: Eli Zaretskii
Subject: emacs-29 06a87738114 2/2: ; * lisp/calendar/time-date.el (days-to-time): Doc fix.
Date: Sat, 14 Oct 2023 05:01:08 -0400 (EDT)

branch: emacs-29
commit 06a87738114be7f79bee74d2233b0eed68954bf4
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/calendar/time-date.el (days-to-time): Doc fix.
---
 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 786134d8ac5..319d1d1b91c 100644
--- a/lisp/calendar/time-date.el
+++ b/lisp/calendar/time-date.el
@@ -182,7 +182,7 @@ If DATE lacks timezone information, GMT is assumed."
 ;;;###autoload
 (defun days-to-time (days)
   "Convert Emacs-epoch DAYS into a time value.
-Note that this does not use the same epoch as time-to-days; you
+Note that this does not use the same epoch as `time-to-days'; you
 must subtract (time-to-days 0) first to convert, and may get nil
 if the result is before the start."
   ;; FIXME: We should likely just pass `t' to `time-convert'.



reply via email to

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