Mercurial > emacs
changeset 86828:4a78198f5fdc
(with-decoded-time-value): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 29 Nov 2007 04:46:57 +0000 |
parents | 04e9efb633d6 |
children | d9f3c50440dc |
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:20 2007 +0000 +++ b/lisp/calendar/time-date.el Thu Nov 29 04:46:57 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)))