diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-29 04:48:15 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-29 04:48:15 +0000 |
commit | e07ea83391b4ba13f8eaac18de52a5bca7e17b65 (patch) | |
tree | 7eb9bebfd18ac1cf61bd3ed2953b422cb413159f /lisp/calendar/time-date.el | |
parent | e4b07c8b950d768b29295897c2dc514bc910f000 (diff) | |
download | emacs-e07ea83391b4ba13f8eaac18de52a5bca7e17b65.tar.gz |
(with-decoded-time-value): Doc fix.
Diffstat (limited to 'lisp/calendar/time-date.el')
-rw-r--r-- | lisp/calendar/time-date.el | 2 |
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))) |