summaryrefslogtreecommitdiff
path: root/lisp/calendar/time-date.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-11-29 04:48:15 +0000
committerGlenn Morris <rgm@gnu.org>2007-11-29 04:48:15 +0000
commite07ea83391b4ba13f8eaac18de52a5bca7e17b65 (patch)
tree7eb9bebfd18ac1cf61bd3ed2953b422cb413159f /lisp/calendar/time-date.el
parente4b07c8b950d768b29295897c2dc514bc910f000 (diff)
downloademacs-e07ea83391b4ba13f8eaac18de52a5bca7e17b65.tar.gz
(with-decoded-time-value): Doc fix.
Diffstat (limited to 'lisp/calendar/time-date.el')
-rw-r--r--lisp/calendar/time-date.el2
1 files changed, 1 insertions, 1 deletions
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)))