From 96e6d8338e7c61da08e3d069a3432dc9ab11461f Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 24 Feb 2014 08:26:40 -0600 Subject: [PATCH] docs bug --- pkgs/gui-pkgs/gui-doc/scribblings/framework/mode.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/gui-pkgs/gui-doc/scribblings/framework/mode.scrbl b/pkgs/gui-pkgs/gui-doc/scribblings/framework/mode.scrbl index 839052e673..598b29d621 100644 --- a/pkgs/gui-pkgs/gui-doc/scribblings/framework/mode.scrbl +++ b/pkgs/gui-pkgs/gui-doc/scribblings/framework/mode.scrbl @@ -12,11 +12,11 @@ [(_ spec ...) #`(begin @definterface[mode:surrogate-text<%> ()]{ - @defmethod[(on-enable-surrogate) any]{ + @defmethod[(on-enable-surrogate [txt (is-a?/c text%)]) any]{ Called by @method[mode:host-text<%> set-surrogate] to notify the surrogate that it has just become active. } - @defmethod[(on-disable-surrogate) any]{ + @defmethod[(on-disable-surrogate [txt (is-a?/c text%)]) any]{ Called by @method[mode:host-text<%> set-surrogate] to notify the surrogate that it has just been disabled. }