From 7e7a6ac1fdf0ef45f72a7febc443afb2f1bf9830 Mon Sep 17 00:00:00 2001
From: Jeff Hobbs <hobbs@users.sourceforge.net>
Date: Sun, 14 Oct 2001 18:58:56 +0000
Subject: [PATCH] correct old refs to TKCON var

---
 docs/start.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/start.html b/docs/start.html
index 9a55fd0..6c677f1 100755
--- a/docs/start.html
+++ b/docs/start.html
@@ -109,8 +109,8 @@ into slave interpreters.
 a fixed width font, tkcon will override it.
 
 <DT> <CODE>-nontcl</CODE> <I>TCL_BOOLEAN</I>
-<DD> Sets <CODE>TKCON(nontcl)</CODE> to <I>TCL_BOOLEAN</I>.  Needed when
-attaching to non-Tcl interpreters.
+<DD> Sets <CODE>::tkcon::OPT(nontcl)</CODE> to <I>TCL_BOOLEAN</I>.  Needed
+when attaching to non-Tcl interpreters.
 
 <DT> <CODE>-package</CODE> <I>package_name</I> (also <CODE>-load</CODE>)
 <DD> Packages to automatically load into the slave interpreters (ie - "Tk").
@@ -304,7 +304,7 @@ No equivalent for tcl_prompt2 is available (it's unnecessary IMHO).
 <DD> A tcl script to execute in each slave interpreter right after it's
 created.  This allows the user to have user defined info always available
 in a slave.  Example:
-<PRE>	set TKCON(slaveeval) {
+<PRE>	set ::tkcon::OPT(slaveeval) {
 		proc foo args { puts $args }
 		lappend auto_path .
 	}</PRE>
-- 
2.23.0