help.lint.checks: Fix regression in help-lint introduced in 8c158aa68f.

We haven't been checking words in help-lint for two years! Ack!
elevate-erg
Doug Coleman 2018-07-07 00:06:52 -05:00
parent e21125ac2c
commit 06b07b9e9c
1 changed files with 1 additions and 1 deletions

View 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 -- ? )