]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/data/data-docs.factor
alien.data: remove second quotation parameter from with-out-parameters, now all value...
[factor.git] / basis / alien / data / data-docs.factor
index 930232b86c4d8e421a94d403c78cea4974dfd2f5..02a31976c7fd1f7a6a56fd2af0d016b06002a830 100644 (file)
@@ -76,7 +76,7 @@ scoped-allocation-test ."
 } ;
 
 HELP: with-out-parameters
-{ $values { "c-types" "a list of scoped allocation specifiers" } { "quot" quotation } { "finish" quotation } { "values..." "zero or more values" } }
+{ $values { "c-types" "a list of scoped allocation specifiers" } { "quot" quotation } { "values..." "zero or more values" } }
 { $description "Allocates values on the call stack, calls the quotation, then copies all stack allocated values to the data heap after the quotation returns."
 $nl
 "A scoped allocation specifier is either:"