]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/search/search.factor
core: subseq-index? -> subseq-of?
[factor.git] / basis / help / search / search.factor
index 00a922558ba8bac4a9232eb360f55f91729d786e..7c4a4b10f4fc1dc18a4179e78ec841b16058ae24 100644 (file)
@@ -37,7 +37,7 @@ MEMO: article-words ( name -- words )
     search-words [ { } ] [
         [ all-articles ] dip
         dup length 1 > [
-            '[ article-words _ subsequence? ] filter
+            '[ article-words _ subseq-of? ] filter
         ] [
             first '[ article-words [ _ head? ] any? ] filter
         ] if