# HG changeset patch # User Claus Gittinger # Date 1526400634 -7200 # Node ID 8905c05c3a4b6855c2287dd9c24fe84d9723731b # Parent eb7c7748e568f06763462af0ff7b74772709c789 #DOCUMENTATION by cg class: Autoload class comment/format in: #isBehavior diff -r eb7c7748e568 -r 8905c05c3a4b Autoload.st --- a/Autoload.st Tue May 15 18:10:16 2018 +0200 +++ b/Autoload.st Tue May 15 18:10:34 2018 +0200 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 1991 by Claus Gittinger All Rights Reserved @@ -767,7 +769,7 @@ ! isBehavior - "return true, if the receiver is describing another objects' behavior. + "return true, if the receiver is describing another object's' behavior. Autoloaded classes are definitely; therefore return true." ^ true