diff options
Diffstat (limited to 'doc/SetRecLmt.3')
-rw-r--r-- | doc/SetRecLmt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetRecLmt.3 b/doc/SetRecLmt.3 index 904d4ab..c4eb4b9 100644 --- a/doc/SetRecLmt.3 +++ b/doc/SetRecLmt.3 @@ -29,8 +29,8 @@ New limit for nested calls to \fBTcl_Eval\fR for \fIinterp\fR. .PP At any given time Tcl enforces a limit on the number of recursive calls that may be active for \fBTcl_Eval\fR and related procedures -such as \fBTcl_GlobalEval\fR. -Any call to \fBTcl_Eval\fR that exceeds this depth is aborted with +such as \fBTcl_EvalEx\fR. +Any call to \fBTcl_EvalEx\fR that exceeds this depth is aborted with an error. By default the recursion limit is 1000. .PP |