Ari Roponen <ari.roponen at gmail.com> (tiny change)

(encode-time-value): Doc fix.
This commit is contained in:
Glenn Morris 2007-11-29 04:46:20 +00:00
parent c45400672f
commit ed15430b6c

View file

@ -86,7 +86,7 @@ LOW), and type 3 is the list (HIGH LOW MICRO)."
(defun encode-time-value (high low micro type)
"Encode HIGH, LOW, and MICRO into a time value of type TYPE.
Type 0 is the cons cell (HIGH . LOW), type 1 is the list (HIGH LOW),
and type 3 is the list (HIGH LOW MICRO)."
and type 2 is the list (HIGH LOW MICRO)."
(cond
((eq type 0) (cons high low))
((eq type 1) (list high low))