projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
339824b
)
Fix typo in documentation for EVERY.
author
Taylor R Campbell
<campbell@mumble.net>
Mon, 30 Apr 2012 23:33:32 +0000
(23:33 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Mon, 30 Apr 2012 23:33:32 +0000
(23:33 +0000)
doc/ref-manual/lists.texi
patch
|
blob
|
history
diff --git
a/doc/ref-manual/lists.texi
b/doc/ref-manual/lists.texi
index 5175a66a15f8e407b9c84530f1b638abf376c775..a4f77a662bd35a0dd81b8d199aaa842a271f268d 100644
(file)
--- a/
doc/ref-manual/lists.texi
+++ b/
doc/ref-manual/lists.texi
@@
-1238,7
+1238,7
@@
In the latter case, @code{every} returns the true value produced by
its final application of @var{predicate}. The application of
@var{predicate} to the last element of the @var{list}s is a tail call.
-If one of the
clisti
has no elements, @code{every} simply returns @code{#t}.
+If one of the
@var{list}s
has no elements, @code{every} simply returns @code{#t}.
Like @code{any}, @code{every}'s name does not end with a question
mark---this is to indicate that it does not return a simple boolean