*** empty log message ***
authorca
Mon, 27 Sep 2004 12:20:44 +0200
changeset 8598 fbee4160ea16
parent 8597 42ec167abf6e
child 8599 9edfb6a871bf
*** empty log message ***
Stream.st
--- a/Stream.st	Mon Sep 27 12:20:26 2004 +0200
+++ b/Stream.st	Mon Sep 27 12:20:44 2004 +0200
@@ -2313,8 +2313,7 @@
 nextMatching:matchBlock1 thenMatching:matchBlock2
     "read the next word. The first character must match matchBlock1,
      remaining characters must match matchBlock2.
-     Return a string containing those characters.
-     Any leading non-alphaNumeric chars are skipped."
+     Return a string containing those characters."
 
     |s c|
 
@@ -2764,7 +2763,7 @@
 !Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.131 2004-09-27 10:20:26 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.132 2004-09-27 10:20:44 ca Exp $'
 ! !
 
 Stream initialize!