diff options
author | dgp <dgp@users.sourceforge.net> | 2013-04-08 15:58:47 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-04-08 15:58:47 (GMT) |
commit | e51453c41298f99bcf7ea71f57c69463d5b904a9 (patch) | |
tree | 3b1c07222817f344c13e22b4c882139d90c8f313 | |
parent | 2c53e3b08b81862a24b5a3336602975bf0887cfd (diff) | |
download | tcl-e51453c41298f99bcf7ea71f57c69463d5b904a9.zip tcl-e51453c41298f99bcf7ea71f57c69463d5b904a9.tar.gz tcl-e51453c41298f99bcf7ea71f57c69463d5b904a9.tar.bz2 |
Documentation fix.
-rw-r--r-- | doc/NRE.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ resolution is already known. The \fIcmd\fR parameter gives a \fBTcl_Command\fR token (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. +The remaining arguments are as for \fBTcl_NREvalObjv\fR. .PP \fBTcl_NREvalObj\fR, \fBTcl_NREvalObjv\fR and \fBTcl_NRCmdSwap\fR all accept a \fIflags\fR parameter, which is an OR-ed-together set of |