mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
Ari Roponen <ari.roponen at gmail.com> (tiny change)
(encode-time-value): Doc fix.
This commit is contained in:
parent
e05661923e
commit
e4b07c8b95
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user