Documentation for STRING-TRIM, STRING-TRIM-LEFT, and STRING-TRIM-RIGHT
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 13 Mar 1992 17:16:21 +0000 (17:16 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 13 Mar 1992 17:16:21 +0000 (17:16 +0000)
said that CHAR-SET argument defaulted to char-set:whitespace, but it
really defaults to char-set:not-whitespace.

v7/doc/ref-manual/scheme.texinfo

index 77820dd0838b65b07db56e6b93b77bfe8b905cb8..8feb9ebe74250405472774fc25b371edad6a603a 100644 (file)
@@ -5183,7 +5183,7 @@ Returns a newly allocated string created by removing all characters that
 are not in @var{char-set} from: (@code{string-trim}) both ends of
 @var{string}; (@code{string-trim-left}) the beginning of @var{string};
 or (@code{string-trim-right}) the end of @var{string}.  @var{Char-set}
-defaults to @code{char-set:whitespace}.
+defaults to @code{char-set:not-whitespace}.
 @end deffn
 
 @node Searching Strings, Matching Strings, Cutting and Pasting Strings, Strings