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