fixed a pair of bugs related to the anchor
svn: r10951
This commit is contained in:
parent
bbf51d2ab0
commit
9d34ccb169
|
@ -236,7 +236,7 @@
|
||||||
Returns the number of hits for the search in the buffer, based on the
|
Returns the number of hits for the search in the buffer, based on the
|
||||||
count found last time that a search happened.
|
count found last time that a search happened.
|
||||||
}
|
}
|
||||||
@defmethod[(set-search-anchor [position number?]) void?]{
|
@defmethod[(set-search-anchor [position (or/c false/c number?)]) void?]{
|
||||||
Sets the anchor's position in the editor. Only takes effect if
|
Sets the anchor's position in the editor. Only takes effect if
|
||||||
the @scheme['framework:anchored-search] preference is on.
|
the @scheme['framework:anchored-search] preference is on.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user