From 4b5e87abe1471c5b5c77edf74f6823ee23bca56b Mon Sep 17 00:00:00 2001 From: Daniel Feltey Date: Mon, 6 Mar 2017 22:35:38 -0600 Subject: [PATCH] Fix references to move/copy-to-edit --- gui-doc/scribblings/framework/text.scrbl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gui-doc/scribblings/framework/text.scrbl b/gui-doc/scribblings/framework/text.scrbl index 411bbb8e..99f5f98a 100644 --- a/gui-doc/scribblings/framework/text.scrbl +++ b/gui-doc/scribblings/framework/text.scrbl @@ -165,14 +165,16 @@ [end (and/c natural? (>=/c start))] [dest-pos natural?]) void?]{ - Like @racket[move/copy-to-edit] when the @racket[#:try-to-move?] argument is @racket[#t]. + Like @method[text:basic<%> move/copy-to-edit] when the @racket[#:try-to-move?] + argument is @racket[#t]. } @defmethod[(copy-to [dest-text (is-a?/c text%)] [start natural?] [end (and/c natural? (>=/c start))] [dest-pos natural?]) void?]{ - Like @racket[move/copy-to-edit] when the @racket[#:try-to-move?] argument is @racket[#f]. + Like @method[text:basic<%> move/copy-to-edit] when the @racket[#:try-to-move?] + argument is @racket[#f]. } @defmethod*[(((initial-autowrap-bitmap) (or/c #f (is-a?/c bitmap%))))]{