Mercurial > emacs
changeset 86827:04e9efb633d6
Ari Roponen <ari.roponen at gmail.com> (tiny change)
(encode-time-value): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 29 Nov 2007 04:46:20 +0000 |
parents | 9b003519e0dd |
children | 4a78198f5fdc |
files | lisp/calendar/time-date.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/time-date.el Thu Nov 29 04:41:17 2007 +0000 +++ b/lisp/calendar/time-date.el Thu Nov 29 04:46:20 2007 +0000 @@ -86,7 +86,7 @@ (defun encode-time-value (high low micro type) "Encode HIGH, LOW, and MICRO into a time value of type TYPE. Type 0 is the cons cell (HIGH . LOW), type 1 is the list (HIGH LOW), -and type 3 is the list (HIGH LOW MICRO)." +and type 2 is the list (HIGH LOW MICRO)." (cond ((eq type 0) (cons high low)) ((eq type 1) (list high low))