summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-08-14 00:51:57 +0000
committerKevin Ryde <user42@zip.com.au>2004-08-14 00:51:57 +0000
commit5b4dba24ef033bc2393f48ae50d9430178beb52c (patch)
tree2b2ba2303eb0337543a31be2fa3bc02dd02cddfc
parent6ae50c7153b52cd7c2ddba24819de38b4d6a0f3f (diff)
downloadguile-5b4dba24ef033bc2393f48ae50d9430178beb52c.tar.gz
Typo in:
(SRFI-13 Predicates): Add string-any and string-every support for char and charset predicates.
-rw-r--r--doc/ref/srfi-modules.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 1280c2025..13a2ed198 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -1399,7 +1399,7 @@ for every character in @var{s}.
When @var{char_pred} does return true (ie.@: non-@code{#f}) for every
character, the return from the last call is the value returned by
-@code{string-any}.
+@code{string-every}.
@end itemize
If there are no characters in @var{s} (ie.@: @var{start} equals