fixed a pair of bugs related to the anchor
svn: r10951 original commit: 9d34ccb16918c47bc0a03f43ecf3ff2694da344f
This commit is contained in:
parent
8c3e3e77f4
commit
2e9ba2d93c
|
@ -236,7 +236,7 @@
|
|||
Returns the number of hits for the search in the buffer, based on the
|
||||
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
|
||||
the @scheme['framework:anchored-search] preference is on.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user