# HG changeset patch # User Glenn Morris # Date 1196311572 0 # Node ID 5bd82d58227e38599960d956f02663c72b5d0b05 # Parent f7a16327e6a02c0cb181368cc09a010d79bf4584 Ari Roponen (tiny change) (encode-time-value): Doc fix. diff -r f7a16327e6a0 -r 5bd82d58227e lisp/calendar/time-date.el --- a/lisp/calendar/time-date.el Wed Nov 28 08:28:15 2007 +0000 +++ b/lisp/calendar/time-date.el Thu Nov 29 04:46:12 2007 +0000 @@ -86,7 +86,7 @@ (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))