From 504b22a02848fa7629fab5a0eb0f884b6c9013c0 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Mon, 30 Apr 2012 23:33:32 +0000 Subject: [PATCH] Fix typo in documentation for EVERY. --- doc/ref-manual/lists.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref-manual/lists.texi b/doc/ref-manual/lists.texi index 5175a66a1..a4f77a662 100644 --- 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 -- 2.25.1