Smalltalk.st
changeset 8958 6cb2a9cd649c
parent 8957 10f69cc116aa
child 8959 802b6ebdf56a
--- a/Smalltalk.st	Thu Oct 13 14:01:28 2005 +0200
+++ b/Smalltalk.st	Thu Oct 13 14:01:45 2005 +0200
@@ -2751,7 +2751,7 @@
     OperatingSystem enableUserInterrupts.
     OperatingSystem enableCrashSignalInterrupts.
 
-    "/ give user a chance to re-customize things
+    "/ give user a chance to re-customize things in smalltalk_r.rc.
     "/ reading if smalltalk_r.rc may be suppressed by the --faststart argument.
 
     idx := CommandLineArguments indexOf:'--faststart'.
@@ -6458,5 +6458,5 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.681 2005-10-13 12:01:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.682 2005-10-13 12:01:45 cg Exp $'
 ! !