mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-27 23:56:04 -07:00
; * lisp/calendar/time-date.el (days-to-time): Doc fix.
This commit is contained in:
parent
0ea2d6d9e8
commit
06a8773811
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ If DATE lacks timezone information, GMT is assumed."
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun days-to-time (days)
|
(defun days-to-time (days)
|
||||||
"Convert Emacs-epoch DAYS into a time value.
|
"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
|
must subtract (time-to-days 0) first to convert, and may get nil
|
||||||
if the result is before the start."
|
if the result is before the start."
|
||||||
;; FIXME: We should likely just pass `t' to `time-convert'.
|
;; FIXME: We should likely just pass `t' to `time-convert'.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue