diff options
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/calendar/time-date.el | 2 |
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 @@ | |||
| 1 | 2007-11-29 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calendar/time-date.el (with-decoded-time-value): Doc fix. | ||
| 4 | |||
| 5 | 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change) | ||
| 6 | |||
| 7 | * calendar/time-date.el (encode-time-value): Doc fix. | ||
| 8 | |||
| 1 | 2007-11-26 Juanma Barranquero <lekktu@gmail.com> | 9 | 2007-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 | ||
| 54 | The optional TYPE-SYMBOL is bound to the type of the time value. | 54 | The optional TYPE-SYMBOL is bound to the type of the time value. |
| 55 | Type 0 is the cons cell (HIGH . LOW), type 1 is the list (HIGH | 55 | Type 0 is the cons cell (HIGH . LOW), type 1 is the list (HIGH |
| 56 | LOW), and type 3 is the list (HIGH LOW MICRO)." | 56 | LOW), 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))) |