fixed a pair of bugs related to the anchor

svn: r10951

original commit: 9d34ccb16918c47bc0a03f43ecf3ff2694da344f
This commit is contained in:
Robby Findler 2008-07-28 21:45:24 +00:00
parent 8c3e3e77f4
commit 2e9ba2d93c

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