mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MIT-Scheme-devel] [PATCH] fixing typo (clisti -> @var{list}s)


From: craven
Subject: [MIT-Scheme-devel] [PATCH] fixing typo (clisti -> @var{list}s)
Date: Mon, 30 Apr 2012 19:20:12 +0200
User-agent: Notmuch/0.11+77~gad6d0d5 (http://notmuchmail.org) Emacs/24.1.50.2 (i686-pc-linux-gnu)

A quick fix for a typo I found while reading the manual. I'm not sure
about how to best send in patches, is e-mailing them to the list ok?

Greetings,
Peter

---
 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 5175a66..a4f77a6 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
-- 
1.7.10

Attachment: pgpeb7KaXtL3Z.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]