(with-decoded-time-value): Doc fix.
This commit is contained in:
parent
e4b07c8b95
commit
e07ea83391
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-11-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar/time-date.el (with-decoded-time-value): Doc fix.
|
||||
|
||||
2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
|
||||
|
||||
* calendar/time-date.el (encode-time-value): Doc fix.
|
||||
|
||||
2007-11-26 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue