--- srfi-modules.texi.~1.14.~ 2003-05-22 11:33:27.000000000 +1000 +++ srfi-modules.texi 2003-05-23 18:07:50.000000000 +1000 @@ -1799,7 +1799,7 @@ another string and @code{string-tokenize} splits a string into a list of strings, breaking it up at a specified character. address@hidden {Scheme Procedure} string-replace s1 s2 [start1 end1 start2 end2] address@hidden {Scheme Procedure} string-replace s1 s2 start1 end1 [start2 end2] Return the string @var{s1}, but with the characters @var{start1} @dots{} @var{end1} replaced by the characters @var{start2} @dots{} @var{end2} from @var{s2}.