From 7b15ad363f7560f50531db6c6e0e9113e98e522c Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 17 Feb 2011 10:11:02 -0600 Subject: [PATCH] clarify the style<%>'s get-delta's docs original commit: 7cc3465486af74705b79f0e02fee6a3b0805b5b1 --- collects/scribblings/gui/style-intf.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/gui/style-intf.scrbl b/collects/scribblings/gui/style-intf.scrbl index f16de97c..c5c1ad4c 100644 --- a/collects/scribblings/gui/style-intf.scrbl +++ b/collects/scribblings/gui/style-intf.scrbl @@ -40,7 +40,7 @@ Returns the style's base style. See @|stylediscuss| for more @defmethod[(get-delta [delta (is-a?/c style-delta%)]) void?]{ -Returns the style's delta information if the style is not a join +Mutates @racket[delta], changing it to match the style's delta, if the style is not a join style. See @|stylediscuss| for more information. }