Comments
authorStefan Vogel <sv@exept.de>
Tue, 11 Feb 2003 20:40:39 +0100
changeset 3796 418401a5708c
parent 3795 3d4786a8351c
child 3797 a5b60da8de9a
Comments
DisplaySurface.st
--- a/DisplaySurface.st	Tue Feb 11 16:03:22 2003 +0100
+++ b/DisplaySurface.st	Tue Feb 11 20:40:39 2003 +0100
@@ -2193,7 +2193,8 @@
     "return the text selection - either the local one, or one of the displays
      clipBoard buffers determined by selectionBufferSymbol.
 
-     Return aString or nil if there is no selection"
+     Return aString or nil if there is no selection or
+     the selection is returned asynchronously"
 
     |sel|
 
@@ -2326,7 +2327,7 @@
 !DisplaySurface class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.97 2003-02-11 15:03:22 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.98 2003-02-11 19:40:39 stefan Exp $'
 ! !
 
 DisplaySurface initialize!