locals.parser: fix docs.

locals-and-roots
John Benediktsson 2016-04-28 18:36:39 -07:00
parent 4884352df0
commit 3c4d232d58
1 changed files with 1 additions and 1 deletions

View File

@ -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 } }