From e07ea83391b4ba13f8eaac18de52a5bca7e17b65 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 29 Nov 2007 04:48:15 +0000 Subject: [PATCH] (with-decoded-time-value): Doc fix. --- lisp/ChangeLog | 8 ++++++++ lisp/calendar/time-date.el | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8668630578f..3576d72bf1a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-11-29 Glenn Morris + + * calendar/time-date.el (with-decoded-time-value): Doc fix. + +2007-11-29 Ari Roponen (tiny change) + + * calendar/time-date.el (encode-time-value): Doc fix. + 2007-11-26 Juanma Barranquero * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix. diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el index 4bb2606207a..ffd2b5b6f59 100644 --- a/lisp/calendar/time-date.el +++ b/lisp/calendar/time-date.el @@ -53,7 +53,7 @@ the symbols HIGH-SYMBOL, LOW-SYMBOL and MICRO-SYMBOL. 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))) -- 2.39.2