diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-29 04:47:41 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-29 04:47:41 +0000 |
commit | 9c15b1e7f176c730ae57276e6ab01bc51c61a978 (patch) | |
tree | dddf8eac71e932c87c21943b36e59a86b5484439 /lisp | |
parent | ed15430b6c6e52178b7b4f67bd331b66c8b3231c (diff) | |
download | emacs-9c15b1e7f176c730ae57276e6ab01bc51c61a978.tar.gz emacs-9c15b1e7f176c730ae57276e6ab01bc51c61a978.tar.bz2 emacs-9c15b1e7f176c730ae57276e6ab01bc51c61a978.zip |
(with-decoded-time-value): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 6 | ||||
-rw-r--r-- | lisp/calendar/time-date.el | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f100137327c..19f2ce602b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ +2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change) + + * calendar/time-date.el (encode-time-value): Doc fix. + 2007-11-29 Glenn Morris <rgm@gnu.org> + * calendar/time-date.el (with-decoded-time-value): Doc fix. + * textmodes/css-mode.el (prog-mode): Remove. (css-mode): Derive from fundamental-mode rather than prog-mode. 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))) |