summaryrefslogtreecommitdiffstats
path: root/doc/NRE.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-07-19 15:29:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-07-19 15:29:51 (GMT)
commite27a7fdeba5a29068de83dc546c9ff9d01eb6aa1 (patch)
treee24bbb2c0403c4812424bb2e799dfac49b4cc55f /doc/NRE.3
parent44695da5cf0b2b661205e9509841420f6485e3c9 (diff)
parent72d34422eacbba7943133639ab202f4cb9869a06 (diff)
downloadtcl-e27a7fdeba5a29068de83dc546c9ff9d01eb6aa1.zip
tcl-e27a7fdeba5a29068de83dc546c9ff9d01eb6aa1.tar.gz
tcl-e27a7fdeba5a29068de83dc546c9ff9d01eb6aa1.tar.bz2
merge to rc
Diffstat (limited to 'doc/NRE.3')
-rw-r--r--doc/NRE.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NRE.3 b/doc/NRE.3
index dfa6064..5c27491 100644
--- a/doc/NRE.3
+++ b/doc/NRE.3
@@ -141,7 +141,7 @@ trampoline.
.PP
\fBTcl_NRCmdSwap\fR allows for trampoline evaluation of a command whose
resolution is already known. The \fIcmd\fR parameter gives a
-\fBTcl_Command\fR object (returned from \fBTcl_CreateObjCmd\fR or
+\fBTcl_Command\fR object (returned from \fBTcl_CreateObjCommand\fR or
\fBTcl_GetCommandFromObj\fR) identifying the command to be invoked in
the trampoline; this command must match the word in \fIobjv[0]\fR.
The remaining arguments are as for \fBTcl_NREvalObj\fR.