locals.parser: fix docs.
parent
4884352df0
commit
3c4d232d58
|
@ -10,7 +10,7 @@ HELP: parse-def
|
|||
{ "name/paren" string }
|
||||
{ "def" "a " { $link def } " or a " { $link multi-def } }
|
||||
}
|
||||
{ $description "Parses the lexical variable bindings following a " { $link \ :> } " token." } ;
|
||||
{ $description "Parses the lexical variable bindings following a " { $link POSTPONE: :> } " token." } ;
|
||||
|
||||
HELP: with-lambda-scope
|
||||
{ $values { "assoc" "local variables" } { "reader-quot" quotation } { "quot" quotation } }
|
||||
|
|
Loading…
Reference in New Issue