Behavior.st
branchjv
changeset 19861 95c7068e30ba
parent 19811 65fec19facb0
parent 19822 1af258da56af
child 19862 6c010853ea32
--- a/Behavior.st	Fri May 13 20:17:32 2016 +0200
+++ b/Behavior.st	Sat May 14 09:34:43 2016 +0200
@@ -1334,7 +1334,8 @@
 !
 
 theNonMetaClass
-    "alias for theNonMetaclass - return the class"
+    "alias for theNonMetaclass (Squeak) - return the class.
+     sigh; in ST/X, it is called theNonMetaclass; please use that."
 
     ^ self theNonMetaclass
 
@@ -1423,6 +1424,7 @@
     ^ self nameWithoutPrefix
 ! !
 
+
 !Behavior methodsFor:'RefactoringBrowser'!
 
 realClass