make unlinked-words take a vocabulary name instead of a list of words

db4
Doug Coleman 2010-06-23 14:55:00 -05:00
parent 1806a0ce77
commit 3560b93329
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ PRIVATE>
: :lint-failures ( -- ) lint-failures get values errors. ;
: unlinked-words ( words -- seq )
all-word-help [ article-parent not ] filter ;
: unlinked-words ( vocab -- seq )
words all-word-help [ article-parent not ] filter ;
: linked-undocumented-words ( -- seq )
all-words