changeset 79502:392f18d2007a

(with-decoded-time-value): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 29 Nov 2007 04:46:34 +0000
parents 5bd82d58227e
children c1f1e5b1e550
files lisp/calendar/time-date.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))