summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
diff options
context:
space:
mode:
authorsurles <surles@noemail.net>1998-06-22 14:42:35 (GMT)
committersurles <surles@noemail.net>1998-06-22 14:42:35 (GMT)
commit43aa4c8c68690976ef9ba901969dfa28e68db791 (patch)
tree9b2dc79f578f19f7456d7c298d3b3da816f14209 /doc/interp.n
parentea6ae36288f439886f3ad68c218bc75685db1554 (diff)
downloadtcl-43aa4c8c68690976ef9ba901969dfa28e68db791.zip
tcl-43aa4c8c68690976ef9ba901969dfa28e68db791.tar.gz
tcl-43aa4c8c68690976ef9ba901969dfa28e68db791.tar.bz2
Typo fix
FossilOrigin-Name: 0ccdbb6f08a5eb5dc3f714c954098a9142b607b2
Diffstat (limited to 'doc/interp.n')
-rw-r--r--doc/interp.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/interp.n b/doc/interp.n
index 6229623..e08ea1c 100644
--- a/doc/interp.n
+++ b/doc/interp.n
@@ -198,7 +198,7 @@ Hidden commands are explained in more detail in HIDDEN COMMANDS, below.
Returns a list of the names of all hidden commands in the interpreter
identified by \fIpath\fR.
.TP
-\fBinterp\fR \fBinvokehidden\fR \fIpath\fR ?\fB-global\fR \fIhiddenCmdName\fR ?\fIarg ...\fR?
+\fBinterp\fR \fBinvokehidden\fR \fIpath\fR ?\fB-global\fR? \fIhiddenCmdName\fR ?\fIarg ...\fR?
Invokes the hidden command \fIhiddenCmdName\fR with the arguments supplied
in the interpreter denoted by \fIpath\fR. No substitutions or evaluation
are applied to the arguments.