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