- Regenerated suites
- Use (and document) "start" argument to TalkTo initializer
diff --git a/Mac/Demo/applescript.html b/Mac/Demo/applescript.html
index 7db5ba6..6d8688e 100644
--- a/Mac/Demo/applescript.html
+++ b/Mac/Demo/applescript.html
@@ -142,6 +142,10 @@
<CODE>ChooseApplication</CODE> from the program-to-program toolbox, is
also not available from Python at the moment. <p>
+If you specify the application by creator you can specify an optional
+<CODE>start</CODE> parameter, which will cause the application to be
+started if it is not running. <P>
+
The main program itself is a wonder of simplicity. We create the
object that talks to Eudora (passing the signature as argument), ask
the user what she wants and call the appropriate method of the talker