]> gitweb.factorcode.org Git - factor.git/commitdiff
locals.parser: fix docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 29 Apr 2016 01:36:39 +0000 (18:36 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 29 Apr 2016 01:36:39 +0000 (18:36 -0700)
basis/locals/parser/parser-docs.factor

index 9d7769bdf9f1e889a860aa12c9388e63d303e21b..9884ae07909a0736a92cddc9c803e2a4af80f80a 100644 (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 } }