diff options
Diffstat (limited to 'doc')
-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. |