Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ed15430b
Commit
ed15430b
authored
Nov 29, 2007
by
Glenn Morris
Browse files
Ari Roponen <ari.roponen at gmail.com> (tiny change)
(encode-time-value): Doc fix.
parent
c4540067
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calendar/time-date.el
lisp/calendar/time-date.el
+1
-1
No files found.
lisp/calendar/time-date.el
View file @
ed15430b
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment