summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-10-14 12:00:51 +0300
committerEli Zaretskii <eliz@gnu.org>2023-10-14 12:00:51 +0300
commit06a87738114be7f79bee74d2233b0eed68954bf4 (patch)
tree981bfe6dbaf3c945da156adba88016e26cbbbf42
parent0ea2d6d9e82d2f88af4545f4b74c48989bf3415d (diff)
downloademacs-06a87738114be7f79bee74d2233b0eed68954bf4.tar.gz
; * lisp/calendar/time-date.el (days-to-time): Doc fix.
-rw-r--r--lisp/calendar/time-date.el2
1 files changed, 1 insertions, 1 deletions
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'.