From 3c4d232d58bf691d7aa0c8a5e45e93d9afc192ea Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 28 Apr 2016 18:36:39 -0700 Subject: [PATCH] locals.parser: fix docs. --- basis/locals/parser/parser-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/locals/parser/parser-docs.factor b/basis/locals/parser/parser-docs.factor index 9d7769bdf9..9884ae0790 100644 --- a/basis/locals/parser/parser-docs.factor +++ b/basis/locals/parser/parser-docs.factor @@ -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 } }