summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-02-28 15:45:53 (GMT)
committervincentdarley <vincentdarley>2004-02-28 15:45:53 (GMT)
commit81e076ccf3d8390e2fa2cd46f424277d848a302a (patch)
treeec396d372ae893feb7d2da8873d70b6e45f16c6b /doc/interp.n
parentba7cd3da57766d973da7ed363aac6847f1ad6ab5 (diff)
downloadtcl-81e076ccf3d8390e2fa2cd46f424277d848a302a.zip
tcl-81e076ccf3d8390e2fa2cd46f424277d848a302a.tar.gz
tcl-81e076ccf3d8390e2fa2cd46f424277d848a302a.tar.bz2
removed 'the the' typos
Diffstat (limited to 'doc/interp.n')
-rw-r--r--doc/interp.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/interp.n b/doc/interp.n
index ac8adfb..4547994 100644
--- a/doc/interp.n
+++ b/doc/interp.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: interp.n,v 1.9 2002/07/01 18:24:39 jenglish Exp $
+'\" RCS: @(#) $Id: interp.n,v 1.10 2004/02/28 15:45:53 vincentdarley Exp $
'\"
.so man.macros
.TH interp n 7.6 Tcl "Tcl Built-In Commands"
@@ -333,7 +333,7 @@ For more details on hidden commands, see HIDDEN COMMANDS, below.
\fIslave \fBhide \fIexposedCmdName\fR ?\fIhiddenCmdName\fR?
This command hides the exposed command \fIexposedCmdName\fR, renaming it to
the hidden command \fIhiddenCmdName\fR, or keeping the same name if the
-the argument is not given, in the \fIslave\fR interpreter.
+argument is not given, in the \fIslave\fR interpreter.
If a hidden command with the targeted name already exists, this command
fails.
Currently both \fIexposedCmdName\fR and \fIhiddenCmdName\fR can