]> gitweb.factorcode.org Git - factor.git/commitdiff
help.lint.checks: Fix regression in help-lint introduced in 8c158aa68ff5a478349392f89...
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 05:06:52 +0000 (00:06 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 06:13:19 +0000 (01:13 -0500)
We haven't been checking words in help-lint for two years! Ack!

basis/help/lint/checks/checks.factor

index 8e3d73487d6a0891129519b2107433dc2a506fba..47a4c6a43f840a7d302761ed00caf0ba63583b64 100644 (file)
@@ -99,7 +99,7 @@ SYMBOL: vocab-articles
         [ parsing-word? ]
         [ "declared-effect" word-prop not ]
         [ constant? ]
-        [ "word-help" word-prop not ]
+        [ "help" word-prop not ]
     } 1|| ;
 
 : skip-check-values? ( word element -- ? )