From 3560b9332922de9df9ad0584ef5313be681aa71c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 23 Jun 2010 14:55:00 -0500 Subject: [PATCH] make unlinked-words take a vocabulary name instead of a list of words --- basis/help/lint/lint.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/help/lint/lint.factor b/basis/help/lint/lint.factor index 7112eb5da9..2172500ebe 100644 --- a/basis/help/lint/lint.factor +++ b/basis/help/lint/lint.factor @@ -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