--- srfi-modules.texi.~1.23.~ 1970-01-01 10:00:01.000000000 +1000 +++ srfi-modules.texi 2003-10-09 15:26:32.000000000 +1000 @@ -672,6 +672,11 @@ @code{span!} and @code{break!} are allowed, but not required to modify the structure of the input list @var{lst} in order to produce the result. + +Note that the name @code{break} conflicts with the @code{break} +binding established by @code{while} (@pxref{while do}). Applications +wanting to use @code{break} from within a @code{while} loop will need +to make a new define under a different name. @end deffn @deffn {Scheme Procedure} any pred lst1 lst2 @dots{}