diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 23:45:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 23:45:15 (GMT) |
commit | 72d34422eacbba7943133639ab202f4cb9869a06 (patch) | |
tree | f6c276fef4010ddf0f97541f9e016a3c1e19d569 /doc/NRE.3 | |
parent | 28155c8eab47a927fe919db3b537dde2ef01366b (diff) | |
download | tcl-72d34422eacbba7943133639ab202f4cb9869a06.zip tcl-72d34422eacbba7943133639ab202f4cb9869a06.tar.gz tcl-72d34422eacbba7943133639ab202f4cb9869a06.tar.bz2 |
The final parts of my doc improvement project
Diffstat (limited to 'doc/NRE.3')
-rw-r--r-- | doc/NRE.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |