From f9190e5c1cdc140cb62cea6bee6b35f1305013dc Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 25 Mar 2009 20:28:33 +0000 Subject: [PATCH] fix doc typos svn: r14280 --- collects/scribblings/framework/text.scrbl | 4 ++-- collects/scribblings/gui/pasteboard-class.scrbl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/framework/text.scrbl b/collects/scribblings/framework/text.scrbl index b60f88e12d..cece0eb29b 100644 --- a/collects/scribblings/framework/text.scrbl +++ b/collects/scribblings/framework/text.scrbl @@ -444,7 +444,7 @@ changes. Ensures the snip is as wide as the viewing area. This method should only be called by - @method[canvas:wide-snip<%> add-tall-snip]. + @xmethod[canvas:wide-snip<%> add-wide-snip]. } @defmethod*[(((add-tall-snip (snip (is-a?/c snip%))) void))]{ @@ -452,7 +452,7 @@ viewing area of the editor changes. This method should only be called by - @method[canvas:wide-snip<%> add-tall-snip]. + @xmethod[canvas:wide-snip<%> add-tall-snip]. } } diff --git a/collects/scribblings/gui/pasteboard-class.scrbl b/collects/scribblings/gui/pasteboard-class.scrbl index 3b6021370a..71279086d1 100644 --- a/collects/scribblings/gui/pasteboard-class.scrbl +++ b/collects/scribblings/gui/pasteboard-class.scrbl @@ -667,7 +667,7 @@ Returns whether selection dots are drawn around the edge of selected Inserts @scheme[snip] at @techlink{location} @math{(@scheme[x], @scheme[y])} just in front of - @scheme[before]. (@|seesniporderdiscuss|) If @scheme[before] is nor + @scheme[before]. (@|seesniporderdiscuss|) If @scheme[before] is not provided or is @scheme[#f], then @scheme[snip] is inserted behind all other snips. If @scheme[x] and @scheme[y] are not provided, the snip is added at @math{(0, 0)}.