]> gitweb.factorcode.org Git - factor.git/commitdiff
help.lint: fix :lint-failures word
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 4 May 2009 18:10:27 +0000 (13:10 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 4 May 2009 18:10:27 +0000 (13:10 -0500)
basis/help/lint/lint.factor

index f25d5f0f9336b994f38966578db94db1b5050f4d..7a5b482270aba92fc56efbbbc8645f846cc015ab 100755 (executable)
@@ -87,7 +87,7 @@ PRIVATE>
 
 : help-lint-all ( -- ) "" help-lint ;
 
-: :lint-failures ( -- ) lint-failures get errors. ;
+: :lint-failures ( -- ) lint-failures get values errors. ;
 
 : unlinked-words ( words -- seq )
     all-word-help [ article-parent not ] filter ;