fixed a pair of bugs related to the anchor

svn: r10951
This commit is contained in:
Robby Findler 2008-07-28 21:45:24 +00:00
parent bbf51d2ab0
commit 9d34ccb169

View File

@ -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.
}