diff options
author | dgp <dgp@users.sourceforge.net> | 2011-07-19 15:29:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-07-19 15:29:51 (GMT) |
commit | 0cb809893d08ed0dd59cac33e99a8d8d9a78217a (patch) | |
tree | e24bbb2c0403c4812424bb2e799dfac49b4cc55f /doc/NRE.3 | |
parent | c3bc044a11afd5304095c7b5c5f4b0e13ef49f65 (diff) | |
parent | 78ab9d722b4e992f8d02002585102f6c7ec7db1a (diff) | |
download | tcl-0cb809893d08ed0dd59cac33e99a8d8d9a78217a.zip tcl-0cb809893d08ed0dd59cac33e99a8d8d9a78217a.tar.gz tcl-0cb809893d08ed0dd59cac33e99a8d8d9a78217a.tar.bz2 |
merge to rc
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. |