From d1e9bba5efa9fd77ee675cc5937cf484dff7ea18 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 7 Sep 2004 14:30:55 +0000 Subject: [PATCH] Corrected description of string-tokenize. --- doc/ref/srfi-modules.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index e42413ad5..7266c0e78 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -1752,8 +1752,9 @@ cannot copy a string on top of itself. @subsection Miscellaneous @code{string-replace} is for replacing a portion of a string with -another string and @code{string-tokenize} splits a string into a list of -strings, breaking it up at a specified character. +another string and @code{string-tokenize} splits a string into a list +of strings, breaking it up on characters not belonging to a specified +character set. @deffn {Scheme Procedure} string-replace s1 s2 [start1 end1 start2 end2] Return the string @var{s1}, but with the characters