summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-17 15:34:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-17 15:34:01 (GMT)
commitb832920adb6043bec1ec4081a84481bad38cc3ac (patch)
tree1dfe9e0b498428554ce75a15e9c413cf280a240a /doc
parentdfbe0053d1b9800afd1d6ae1634b78cc2ab0f93c (diff)
parent48047bb120a19ed52c13f484cc0685fe7218ae50 (diff)
downloadtcl-b832920adb6043bec1ec4081a84481bad38cc3ac.zip
tcl-b832920adb6043bec1ec4081a84481bad38cc3ac.tar.gz
tcl-b832920adb6043bec1ec4081a84481bad38cc3ac.tar.bz2
merge core-8-branch
Diffstat (limited to 'doc')
-rw-r--r--doc/Object.32
-rw-r--r--doc/SaveResult.34
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/Object.3 b/doc/Object.3
index bf80fe2..eadd041 100644
--- a/doc/Object.3
+++ b/doc/Object.3
@@ -257,7 +257,7 @@ The \fBincr\fR command first gets an integer from \fIx\fR's value
by calling \fBTcl_GetIntFromObj\fR.
This procedure checks whether the value is already an integer value.
Since it is not, it converts the value
-by setting the value's \fIinternalRep.longValue\fR member
+by setting the value's internal representation
to the integer \fB123\fR
and setting the value's \fItypePtr\fR
to point to the integer Tcl_ObjType structure.
diff --git a/doc/SaveResult.3 b/doc/SaveResult.3
index b2270a2..6dd6cb6 100644
--- a/doc/SaveResult.3
+++ b/doc/SaveResult.3
@@ -54,9 +54,9 @@ is called, Tcl will take care of memory management.
.PP
The second triplet stores the snapshot of only the interpreter
result (not its complete state) in memory allocated by the caller.
-These routines are passed a pointer to a \fBTcl_SavedResult\fR structure
+These routines are passed a pointer to \fBTcl_SavedResult\fR
that is used to store enough information to restore the interpreter result.
-This structure can be allocated on the stack of the calling
+\fBTcl_SavedResult\fR can be allocated on the stack of the calling
procedure. These routines do not save the state of any error
information in the interpreter (e.g. the \fB\-errorcode\fR or
\fB\-errorinfo\fR return options, when an error is in progress).