diff options
author | surles <surles> | 1998-06-22 14:42:36 (GMT) |
---|---|---|
committer | surles <surles> | 1998-06-22 14:42:36 (GMT) |
commit | 693d8104b72beb51e3cfa32def51384c273a6b26 (patch) | |
tree | 9b2dc79f578f19f7456d7c298d3b3da816f14209 /doc/interp.n | |
parent | 894276a0299ddc79bfea5d8b6af96249b2024fc2 (diff) | |
download | tcl-693d8104b72beb51e3cfa32def51384c273a6b26.zip tcl-693d8104b72beb51e3cfa32def51384c273a6b26.tar.gz tcl-693d8104b72beb51e3cfa32def51384c273a6b26.tar.bz2 |
Typo fix
Diffstat (limited to 'doc/interp.n')
-rw-r--r-- | doc/interp.n | 2 |
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. |