diff --git a/collects/scribblings/gui/text-class.scrbl b/collects/scribblings/gui/text-class.scrbl index c4fccef7..8e2e1cd2 100644 --- a/collects/scribblings/gui/text-class.scrbl +++ b/collects/scribblings/gui/text-class.scrbl @@ -1735,7 +1735,7 @@ If @scheme[end] is not @scheme['same] and not the same as @scheme[start], When the specified range cannot fit in the visible area, @scheme[bias] indicates which end of the range to display. When @scheme[bias] is - @scheme['same], then the start of the range is displayed. When + @scheme['start], then the start of the range is displayed. When @scheme[bias] is @scheme['end], then the end of the range is displayed. Otherwise, @scheme[bias] must be @scheme['none]. @@ -1747,7 +1747,7 @@ If the editor is scrolled, then the editor is redrawn and the return scroll-editor-to]. Scrolling is disallowed when the editor is internally locked for - reflowing (see also @|lockdiscuss|). + reflowing (see also @|lockdiscuss|). The system may scroll the editor without calling this method. For example, a canvas displaying an editor might scroll the editor to