projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e056619
)
Ari Roponen <ari.roponen at gmail.com> (tiny change)
author
Glenn Morris
<rgm@gnu.org>
Thu, 29 Nov 2007 04:46:12 +0000
(
04:46
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 29 Nov 2007 04:46:12 +0000
(
04:46
+0000)
(encode-time-value): Doc fix.
lisp/calendar/time-date.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/time-date.el
b/lisp/calendar/time-date.el
index d15312abfa3d27c66a054e453b895e99b93f634b..4bb2606207a7626f1b5016e317afa6a4c1769643 100644
(file)
--- a/
lisp/calendar/time-date.el
+++ b/
lisp/calendar/time-date.el
@@
-86,7
+86,7
@@
LOW), and type 3 is the list (HIGH LOW MICRO)."
(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))