Mercurial > emacs
changeset 79501:5bd82d58227e
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:12 +0000 |
parents | f7a16327e6a0 |
children | 392f18d2007a |
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 Wed Nov 28 08:28:15 2007 +0000 +++ b/lisp/calendar/time-date.el Thu Nov 29 04:46:12 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))