]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/apropos/apropos.factor
sequences: bound -> index-or-length
[factor.git] / basis / help / apropos / apropos.factor
index 0dd9eb0d57854de92c1010eac78f251bf7a5a677..1becf02529239474a319bd266ee91100ab7661d6 100644 (file)
@@ -52,7 +52,7 @@ M: more-completions article-content
     completions [
         [
             { $heading search } ,
-            [ max-completions bound head keys \ $completions prefix , ]
+            [ max-completions index-or-length head keys \ $completions prefix , ]
             [
                 length max-completions >
                 [ { $link T{ more-completions f completions search category } } , ] when