diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-21 23:17:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-21 23:17:37 (GMT) |
commit | c5de95ef4f7261b14f8ff65e8bef6ec08967f12d (patch) | |
tree | d84799933afef1a40286645231964e07d3d3cbfb /doc/AddErrInfo.3 | |
parent | ff53303dbf5fc75eea7bb3d9bc569267adb1d49b (diff) | |
download | tcl-c5de95ef4f7261b14f8ff65e8bef6ec08967f12d.zip tcl-c5de95ef4f7261b14f8ff65e8bef6ec08967f12d.tar.gz tcl-c5de95ef4f7261b14f8ff65e8bef6ec08967f12d.tar.bz2 |
* doc/AddErrInfo.3: Typo corrections (Thanks Daniel South).
* doc/interp.n:
Diffstat (limited to 'doc/AddErrInfo.3')
-rw-r--r-- | doc/AddErrInfo.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3 index 1185e3c..3e592e1 100644 --- a/doc/AddErrInfo.3 +++ b/doc/AddErrInfo.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: AddErrInfo.3,v 1.12 2004/11/20 00:17:31 dgp Exp $ +'\" RCS: @(#) $Id: AddErrInfo.3,v 1.13 2004/11/21 23:17:50 dgp Exp $ '\" .so man.macros .TH Tcl_AddErrorInfo 3 8.0 Tcl "Tcl Library Procedures" @@ -198,7 +198,7 @@ The best time to call \fBTcl_AddErrorInfo\fR is just after a script evaluation routine has returned \fBTCL_ERROR\fR. The value of the \fB-errorline\fR return option (retrieved via a call to \fBTcl_GetReturnOptions\fR) often makes up -a useful part of the \fImessage\fT passed to \fBTcl_AddErrorInfo\fR. +a useful part of the \fImessage\fR passed to \fBTcl_AddErrorInfo\fR. .PP \fBTcl_AddObjErrorInfo\fR is nearly identical to \fBTcl_AddObjErrorInfo\fR, except that it has an additional \fIlength\fR |