diff options
author | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-04-24 19:38:13 +0000 |
---|---|---|
committer | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-04-24 19:38:13 +0000 |
commit | fafb71de8c0429d5f460216bb556eeeada7b63e4 (patch) | |
tree | f8cff7e2a2277fa355ca36a06e94c71360119e1a /srfi/srfi-13.c | |
parent | 6c44688a67b617a8d511beebb74609563109e296 (diff) | |
download | guile-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.c | 4 |
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; |