]> 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 3ed9b2f08b757c23d2bc814c0897b26e4d387ffd..7c4a4b10f4fc1dc18a4179e78ec841b16058ae24 100644 (file)
@@ -37,7 +37,7 @@ MEMO: article-words ( name -- words )
     search-words [ { } ] [
         [ all-articles ] dip
         dup length 1 > [
-            '[ article-words _ swap subseq? ] filter
+            '[ article-words _ subseq-of? ] filter
         ] [
             first '[ article-words [ _ head? ] any? ] filter
         ] if