More reformatting

original commit: 28946a0a437f5129bca8eeb09699e480ccce1925
This commit is contained in:
Eli Barzilay 2010-05-21 16:59:36 -04:00
parent b4beb0c44c
commit a5c2a1160f

View File

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