projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea2d6d
)
; * lisp/calendar/time-date.el (days-to-time): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 14 Oct 2023 09:00:51 +0000
(12:00 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 14 Oct 2023 09:00:51 +0000
(12:00 +0300)
lisp/calendar/time-date.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/time-date.el
b/lisp/calendar/time-date.el
index 786134d8ac5f95007822f0abb755a343444cb232..319d1d1b91c8f2accee6794b5a9bfaf82e9e3a31 100644
(file)
--- 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'.