Swap get-end-position and get-start-position

This commit is contained in:
Leif Andersen 2015-10-30 18:13:13 -06:00 committed by Robby Findler
parent 746956a6ae
commit 16bf6cf55d

View File

@ -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)