#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 12 Mar 2020 19:38:53 +0100
changeset 6846 6b3935ec1dec
parent 6845 505264a24615
child 6847 22dc78cb5436
#DOCUMENTATION by cg class: Label comment/format in: #layout:
Label.st
--- a/Label.st	Thu Mar 12 16:49:21 2020 +0100
+++ b/Label.st	Thu Mar 12 19:38:53 2020 +0100
@@ -1276,8 +1276,8 @@
 
     aLayoutFrame isSymbol ifFalse:[^ super layout:aLayoutFrame].
 
-    "OBSOLETE compatibility interface. Will vanish.
-     for protocol compatibility: alias for #adjust:.
+    "OBSOLETE compatibility interface for SYMBOLIC arguments.
+     Will vanish. For protocol compatibility: alias for #adjust:.
      Please use #adjust:, since #layout: conflicts with a method
      in VW (which has a completely different meaning)."
     self obsoleteMethodWarning:'use #adjust:'.