]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/text-to-pdf/text-to-pdf.pdf
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / extra / text-to-pdf / text-to-pdf.pdf
index d5b74e870ae20733161dcb2252caf6eb87b26498..c8e37487806e6b978548e94566ae0bb61e20870c 100644 (file)
@@ -176,7 +176,7 @@ BT
 (    ] { } make "\\n" join ;)'
 ( )'
 (: string>lines \( str -- lines \))'
-(    "\\t" split "    " join string-lines)'
+(    "\\t" split "    " join lines)'
 (    [ [ " " ] when-empty ] map ;)'
 ( )'
 ET