sequences.extras: fix doc for find-all.

char-rename
John Benediktsson 2016-12-29 12:04:29 -08:00
parent 94da542acd
commit dfdf1f19cc
1 changed files with 2 additions and 2 deletions

View File

@ -78,10 +78,10 @@ HELP: <evens>
HELP: find-all
{ $values
{ "seq" sequence }
{ "quot" { $quotation ( elt -- ? ) } }
{ "quot" { $quotation ( ... elt -- ... ? ) } }
{ "elts" "the indices of the matching elements" } }
{ $description "Similar to " { $link find } ", but finds all of the indices and elements that match the provided quotation, not just the first." }
{ $notes "The result is provided as an array of arrays, whose first value is the index and whose second value is teh element." } ;
{ $notes "The result is provided as an array of arrays, whose first value is the index and whose second value is the element." } ;
HELP: first=
{ $values