fix doc typos
svn: r14280
This commit is contained in:
parent
f48dbda950
commit
f9190e5c1c
|
@ -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].
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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)}.
|
||||
|
|
Loading…
Reference in New Issue
Block a user