summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2011-08-17 18:33:35 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2011-08-17 18:33:35 (GMT)
commit52a5c4aa80d6c405b11ba4385bb30c01f1d9084d (patch)
treefcfdf19359ed248907344ed9d36d097696cc5272 /doc
parent4b2addd1f76fc0840ab93a3766b79819f7fbc4dc (diff)
downloadtcl-52a5c4aa80d6c405b11ba4385bb30c01f1d9084d.zip
tcl-52a5c4aa80d6c405b11ba4385bb30c01f1d9084d.tar.gz
tcl-52a5c4aa80d6c405b11ba4385bb30c01f1d9084d.tar.bz2
Document TIP 378's one-way-ness.
Diffstat (limited to 'doc')
-rw-r--r--doc/interp.n4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/interp.n b/doc/interp.n
index b261779..6ce10ee 100644
--- a/doc/interp.n
+++ b/doc/interp.n
@@ -230,6 +230,10 @@ extends so far that the system will be able to determine the file and
absolute line number of this command, and return a frame of type
\fBsource\fR. This more exact information is paid for with slower
execution of all commands.
+.PP
+Note that once it is on, this flag cannot be switched back off: such
+attempts are silently ignored. This is needed to maintain the
+consistency of the underlying interpreter's state.
.RE
.TP
\fBinterp\fR \fBdelete \fR?\fIpath ...?\fR