]> gitweb.factorcode.org Git - factor.git/commitdiff
locals.parser: change docs for with-lambda-scope.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 24 Aug 2015 17:21:35 +0000 (10:21 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 24 Aug 2015 17:21:35 +0000 (10:21 -0700)
basis/locals/parser/parser-docs.factor

index e75ddd70e05164048f0253524776ce5f6607a6a7..9d7769bdf9f1e889a860aa12c9388e63d303e21b 100644 (file)
@@ -14,7 +14,7 @@ HELP: parse-def
 
 HELP: with-lambda-scope
 { $values { "assoc" "local variables" } { "reader-quot" quotation } { "quot" quotation } }
-{ $description "Runs the quotation in a lambda scope. That means changes the quotation does to the " { $link manifest } " will not escape after the quotation ends." } ;
+{ $description "Runs the quotation in a lambda scope. That means that any local variables are available for lookup in the " { $link manifest } ", but are cleaned up after the quotation finishes." } ;
 
 ARTICLE: "locals.parser" "Utility words used by locals parsing words"
 "Words for parsing local words."