summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-13 22:18:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-13 22:18:33 (GMT)
commit7dafa85d139a21b67055fc0d9a90c640a3ba36be (patch)
tree943f7f8415f92979155cc5b4887d76492e483542 /doc
parentf0aca5d1127c20a130c784e7555cd84bcb2748b3 (diff)
parentdffcad90e2d661e520f735c824ddff5f1d630ddd (diff)
downloadtcl-7dafa85d139a21b67055fc0d9a90c640a3ba36be.zip
tcl-7dafa85d139a21b67055fc0d9a90c640a3ba36be.tar.gz
tcl-7dafa85d139a21b67055fc0d9a90c640a3ba36be.tar.bz2
merge trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/Tcl.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Tcl.n b/doc/Tcl.n
index be0b24d..8b17f93 100644
--- a/doc/Tcl.n
+++ b/doc/Tcl.n
@@ -28,7 +28,7 @@ First, the Tcl interpreter breaks the command into \fIwords\fR
and performs substitutions as described below.
These substitutions are performed in the same way for all
commands.
-The first word is used to locate a command procedure to
+Secondly, the first word is used to locate a command procedure to
carry out the command, then all of the words of the command are
passed to the command procedure.
The command procedure is free to interpret each of its words