From 9d34ccb16918c47bc0a03f43ecf3ff2694da344f Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 28 Jul 2008 21:45:24 +0000 Subject: [PATCH] fixed a pair of bugs related to the anchor svn: r10951 --- collects/scribblings/framework/text.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/framework/text.scrbl b/collects/scribblings/framework/text.scrbl index 6c7b4562ce..ffae4f29a6 100644 --- a/collects/scribblings/framework/text.scrbl +++ b/collects/scribblings/framework/text.scrbl @@ -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. }