From 699190cdb34f6b25f4e98d0e1563a0f61b287df8 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 3 Dec 2009 08:16:38 +0000 Subject: [PATCH] typo svn: r17175 original commit: ed805668cdb322b1788095bcc93ecb4eaf6d3332 --- collects/scribblings/gui/text-class.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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