LookupKey.st
changeset 4392 26fb48f04e1b
parent 1761 8a42b8a58547
child 14119 26e51066f338
child 17711 39faaaf888b4
--- a/LookupKey.st	Thu Jul 15 17:07:02 1999 +0200
+++ b/LookupKey.st	Thu Jul 15 21:45:54 1999 +0200
@@ -112,8 +112,8 @@
 !
 
 printOn:aStream
-    "return a string containing a printable representation
-     of the receiver"
+    "append a user printed representation of the receiver to aStream.
+     The format is suitable for a human - not meant to be read back."
 
     key printOn:aStream.
 ! !
@@ -121,5 +121,5 @@
 !LookupKey class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LookupKey.st,v 1.8 1996-10-15 22:07:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LookupKey.st,v 1.9 1999-07-15 19:44:33 cg Exp $'
 ! !