diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/AddErrInfo.3 | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-02-01 Donal K. Fellows <dkf@users.sf.net> + + * doc/AddErrInfo.3: [Bug 3482614]: Documentation nit. + 2012-01-30 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmds.c (TclCompileCatchCmd): Added a more efficient diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3 index 025ce86..4087b41 100644 --- a/doc/AddErrInfo.3 +++ b/doc/AddErrInfo.3 @@ -107,7 +107,7 @@ with the value of \fIcode\fR. The \fB(Tcl_Obj *)\fR returned by \fBTcl_GetReturnOptions\fR points to an unshared \fBTcl_Obj\fR with reference count of zero. The dictionary may be written to, either adding, removing, or overwriting -any entries in it, with the need to check for a shared object. +any entries in it, without the need to check for a shared object. .PP A typical usage for \fBTcl_GetReturnOptions\fR is to retrieve the stack trace when script evaluation returns |