locals.parser: fix help-lint warning.

db4
John Benediktsson 2015-06-22 18:42:16 -07:00
parent 7ffd9db9c9
commit 8325837b84
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ HELP: parse-def
{ $description "Parses the lexical variable bindings following a " { $link \ :> } " token." } ;
HELP: with-lambda-scope
{ $values { "assoc" "local variables" } { "reader-quot" quotation } }
{ $description "Runs the quotation in a lambda scope. That means changes the qutoation does to the " { $link manifest } " will not escape after the qutoation ends." } ;
{ $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." } ;
ARTICLE: "locals.parser" "Utility words used by locals parsing words"
"Words for parsing local words."