suffix-arrays: remove docs of removed private word.

locals-and-roots
John Benediktsson 2016-04-15 16:02:11 -07:00
parent 099e142200
commit a1b5839d08
1 changed files with 0 additions and 7 deletions

View File

@ -19,13 +19,6 @@ HELP: suffixes
{ "suffixes-seq" "a sequence of slices" } }
{ $description "Returns a sequence of tail slices of the input string." } ;
HELP: from-to
{ $values
{ "index" integer } { "begin" sequence } { "suffix-array" "a suffix-array" }
{ "from/f" "an integer or f" } { "to/f" "an integer or f" } }
{ $description "Finds the bounds of the suffix array that match the input sequence. A return value of " { $link f } " means that the endpoint is included." }
{ $notes "Slices are [m,n) and we want (m,n) so we increment." } ;
HELP: query
{ $values
{ "begin" sequence } { "suffix-array" "a suffix-array" }