locals.parser: fix help-lint warning.
parent
7ffd9db9c9
commit
8325837b84
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue