]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/launcher/launcher-docs.factor
factor: use more split/join words
[factor.git] / basis / io / launcher / launcher-docs.factor
index 60628b71bcb6db48658df43a79dddf70412295c3..d8b64ef4f98aa5f29007bc1b59b784481bf6b34a 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2007, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: assocs calendar help.markup help.syntax io io.files
-io.launcher.private kernel literals quotations sequences ;
+io.launcher.private kernel literals quotations splitting ;
 IN: io.launcher
 
 ARTICLE: "io.launcher.command" "Specifying a command"
@@ -163,7 +163,7 @@ HELP: try-process
             "        }"
             "    }"
             "}"
-        } "\n" join
+        } join-lines
     ]
   }
 } ;