# HG changeset patch # User Glenn Morris # Date 1196311594 0 # Node ID 392f18d2007a58dc1ee189e65fb6484918edb938 # Parent 5bd82d58227e38599960d956f02663c72b5d0b05 (with-decoded-time-value): Doc fix. diff -r 5bd82d58227e -r 392f18d2007a lisp/calendar/time-date.el --- a/lisp/calendar/time-date.el Thu Nov 29 04:46:12 2007 +0000 +++ b/lisp/calendar/time-date.el Thu Nov 29 04:46:34 2007 +0000 @@ -53,7 +53,7 @@ The optional TYPE-SYMBOL is bound to the type of the time value. Type 0 is the cons cell (HIGH . LOW), type 1 is the list (HIGH -LOW), and type 3 is the list (HIGH LOW MICRO)." +LOW), and type 2 is the list (HIGH LOW MICRO)." (declare (indent 1) (debug ((&rest (symbolp symbolp symbolp &or [symbolp form] form)) body)))