diff -r 12050a9af056 -r 5bf1a4a2adad DiffTextView.st --- a/DiffTextView.st Wed May 08 16:47:35 1996 +0200 +++ b/DiffTextView.st Wed May 08 17:00:32 1996 +0200 @@ -48,8 +48,9 @@ and:text2 label:l2 and it will show the differences side-by-side. - For a real world application, see the ChangesBrowsers - `compare' function. + + For a real world application, + see the ChangesBrowsers `compare' function. [see also:] TextView EditTextView @@ -409,4 +410,4 @@ !DiffTextView class methodsFor:'documentation'! version -^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.17 1996-04-29 08:19:40 cg Exp $'! ! +^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.18 1996-05-08 15:00:32 cg Exp $'! !