Moved code from js/ps-macrology.lisp to special-forms.lisp; straightened out parenscr...
[clinton/parenscript.git] / src / compilation-interface.lisp
index fed343d..4817370 100644 (file)
@@ -2,7 +2,6 @@
 
 (defun compile-script (script-form &key (output-stream nil))
   "Compiles the Parenscript form SCRIPT-FORM into Javascript.
-Non-null PRETTY-PRINT values result in a pretty-printed output code.
 If OUTPUT-STREAM is NIL, then the result is a string; otherwise code
 is output to the OUTPUT-STREAM stream."
   (parenscript-print (compile-parenscript-form script-form :expecting :statement) output-stream))