aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-11-29 04:48:15 +0000
committerGlenn Morris2007-11-29 04:48:15 +0000
commite07ea83391b4ba13f8eaac18de52a5bca7e17b65 (patch)
tree7eb9bebfd18ac1cf61bd3ed2953b422cb413159f
parente4b07c8b950d768b29295897c2dc514bc910f000 (diff)
downloademacs-e07ea83391b4ba13f8eaac18de52a5bca7e17b65.tar.gz
emacs-e07ea83391b4ba13f8eaac18de52a5bca7e17b65.zip
(with-decoded-time-value): Doc fix.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/calendar/time-date.el2
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8668630578f..3576d72bf1a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12007-11-29 Glenn Morris <rgm@gnu.org>
2
3 * calendar/time-date.el (with-decoded-time-value): Doc fix.
4
52007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
6
7 * calendar/time-date.el (encode-time-value): Doc fix.
8
12007-11-26 Juanma Barranquero <lekktu@gmail.com> 92007-11-26 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix. 11 * 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.
53 53
54The optional TYPE-SYMBOL is bound to the type of the time value. 54The optional TYPE-SYMBOL is bound to the type of the time value.
55Type 0 is the cons cell (HIGH . LOW), type 1 is the list (HIGH 55Type 0 is the cons cell (HIGH . LOW), type 1 is the list (HIGH
56LOW), and type 3 is the list (HIGH LOW MICRO)." 56LOW), and type 2 is the list (HIGH LOW MICRO)."
57 (declare (indent 1) 57 (declare (indent 1)
58 (debug ((&rest (symbolp symbolp symbolp &or [symbolp form] form)) 58 (debug ((&rest (symbolp symbolp symbolp &or [symbolp form] form))
59 body))) 59 body)))