]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/wrap/strings/strings-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / basis / wrap / strings / strings-docs.factor
index adce6f0d5569c2b4cce091bc164968dd56209f33..0e1cc6e54d659e10357a0c8a39672c4b2949e61f 100644 (file)
@@ -24,4 +24,3 @@ HELP: wrap-string
 HELP: wrap-indented-string
 { $values { "string" string } { "width" integer } { "indent" "string or integer" } { "newstring" string } }
 { $description "Given a " { $snippet "string" } ", alters the whitespace in the string so that each line has no more than " { $snippet "width" } " characters, unless there is a word longer than " { $snippet "width" } ". Linear whitespace between words is converted to a single space. The " { $snippet "indent" } " can be either a " { $link string } " or a number of spaces to prepend to each line." } ;
-