From 16bf6cf55d1a3d3ac5a1c445b8970f168439159e Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Fri, 30 Oct 2015 18:13:13 -0600 Subject: [PATCH] Swap get-end-position and get-start-position --- gui-doc/scribblings/gui/text-class.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-doc/scribblings/gui/text-class.scrbl b/gui-doc/scribblings/gui/text-class.scrbl index c2746292..76561e86 100644 --- a/gui-doc/scribblings/gui/text-class.scrbl +++ b/gui-doc/scribblings/gui/text-class.scrbl @@ -850,13 +850,13 @@ Returns the ending @techlink{position} of the current selection. See @defmethod[(get-extend-start-position) exact-nonnegative-integer?]{ Returns the beginning of the ``extend'' region if the selection is currently being extended via, e.g., shift and a cursor movement key; - otherwise returns the same value as @method[text% get-end-position]. + otherwise returns the same value as @method[text% get-start-position]. } @defmethod[(get-extend-end-position) exact-nonnegative-integer?]{ Returns the beginning of the ``extend'' region if the selection is currently being extended via, e.g., shift and a cursor movement key; - otherwise returns the same value as @method[text% get-start-position]. + otherwise returns the same value as @method[text% get-end-position]. } @defmethod[(get-file-format)