diff --git a/collects/scribblings/framework/text.scrbl b/collects/scribblings/framework/text.scrbl index 96ae777c..ab838d17 100644 --- a/collects/scribblings/framework/text.scrbl +++ b/collects/scribblings/framework/text.scrbl @@ -417,10 +417,10 @@ @scheme[keymap:get-search] } - @defmethod[#:mode augment (after-insert [start exact-nonnegative-integer?][len exact-nonnegative-integer?]) void?]{ + @defmethod[#:mode augment (after-insert [start exact-nonnegative-integer?] [len exact-nonnegative-integer?]) void?]{ Re-does any search now that the contents of the window have changed. } - @defmethod[#:mode augment (after-delete [start exact-nonnegative-integer?][len exact-nonnegative-integer?]) void?]{ + @defmethod[#:mode augment (after-delete [start exact-nonnegative-integer?] [len exact-nonnegative-integer?]) void?]{ Re-does any search now that the contents of the window have changed. }