Fix docs for get-search-hit-count to match code
This commit is contained in:
parent
ab063326fe
commit
6b9cd9fa9c
|
@ -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.
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user