correct contract

This commit is contained in:
Robby Findler 2015-08-29 08:11:59 -05:00
parent 79a3a9ebf8
commit fc0e6a2ce4

View File

@ -506,7 +506,7 @@
@definterface[text:searching<%> (editor:keymap<%> text:basic<%>)]{
Any object matching this interface can be searched.
@defmethod[(set-searching-state [str (or/c #f string?)]
@defmethod[(set-searching-state [str (or/c #f (and/c string? (not/c "")))]
[cs? boolean?]
[replace-mode? boolean?]
[notify-frame? boolean?])