From: John Benediktsson Date: Fri, 19 Mar 2021 23:15:46 +0000 (-0700) Subject: locals.parser: fix docs. X-Git-Tag: 0.99~2413 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=8f5f6939044b68a97d231b6902ab5ac86744db2a locals.parser: fix docs. --- diff --git a/core/locals/parser/parser-docs.factor b/core/locals/parser/parser-docs.factor index 9884ae0790..33669b460a 100644 --- a/core/locals/parser/parser-docs.factor +++ b/core/locals/parser/parser-docs.factor @@ -8,7 +8,7 @@ HELP: in-lambda? HELP: parse-def { $values { "name/paren" string } - { "def" "a " { $link def } " or a " { $link multi-def } } + { "def" multi-def } } { $description "Parses the lexical variable bindings following a " { $link POSTPONE: :> } " token." } ;