]> gitweb.factorcode.org Git - factor.git/commitdiff
make unlinked-words take a vocabulary name instead of a list of words
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 23 Jun 2010 19:55:00 +0000 (14:55 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 23 Jun 2010 19:58:07 +0000 (14:58 -0500)
basis/help/lint/lint.factor

index 7112eb5da97443e8d42bcf65b8eba47a27984396..2172500ebeab795544a40a6128ca3c795642e6d6 100644 (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