summaryrefslogtreecommitdiff
path: root/srfi/srfi-13.c
diff options
context:
space:
mode:
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-04-24 19:38:13 +0000
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-04-24 19:38:13 +0000
commitfafb71de8c0429d5f460216bb556eeeada7b63e4 (patch)
treef8cff7e2a2277fa355ca36a06e94c71360119e1a /srfi/srfi-13.c
parent6c44688a67b617a8d511beebb74609563109e296 (diff)
downloadguile-fafb71de8c0429d5f460216bb556eeeada7b63e4.tar.gz
* guile-srfi.texi: Removed, because merged with the GRM.
* guile-srfi.texi: The docs are now up to date with the implementation and have new introductory material.
Diffstat (limited to 'srfi/srfi-13.c')
-rw-r--r--srfi/srfi-13.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/srfi/srfi-13.c b/srfi/srfi-13.c
index 692f683fe..584c8e889 100644
--- a/srfi/srfi-13.c
+++ b/srfi/srfi-13.c
@@ -56,8 +56,8 @@ SCM_DEFINE (scm_string_any, "string-any", 2, 2, 0,
"Check if the predicate @var{pred} is true for any character in\n"
"the string @var{s}, proceeding from left (index @var{start}) to\n"
"right (index @var{end}). If @code{string-any} returns true,\n"
- "the returned true value is the one produced by the application\n"
- "of @var{pred}.")
+ "the returned true value is the one produced by the first\n"
+ "successful application of @var{pred}.")
#define FUNC_NAME s_scm_string_any
{
char * cstr;