Fix docs for get-search-hit-count to match code

This commit is contained in:
Asumu Takikawa 2016-03-02 03:54:18 -05:00
parent ab063326fe
commit 6b9cd9fa9c

View File

@ -539,8 +539,9 @@
@racket['framework:anchored-search] preference is on.
}
@defmethod[(get-search-hit-count) number?]{
Returns the number of hits for the search in the buffer, based on the count
@defmethod[(get-search-hit-count) (values number? number?)]{
Returns the number of hits for the search in the buffer before the
insertion point and the total number of hits. Both are based on the count
found last time that a search completed.
}