summaryrefslogtreecommitdiffstats
path: root/doc/Tcl.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-11-12 15:43:55 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-11-12 15:43:55 (GMT)
commit729e8b44d736e3ca4af72adb070a8b89cf6fb94e (patch)
tree482d699c0df815ec356759d20a4b2271f8d33b41 /doc/Tcl.n
parent68a9570548ce0893129ab3c5a19b38bfd3eb99fb (diff)
downloadtcl-729e8b44d736e3ca4af72adb070a8b89cf6fb94e.zip
tcl-729e8b44d736e3ca4af72adb070a8b89cf6fb94e.tar.gz
tcl-729e8b44d736e3ca4af72adb070a8b89cf6fb94e.tar.bz2
[528717] Slight rewording to clarify what the evaluation steps are.
Diffstat (limited to 'doc/Tcl.n')
-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..e868388 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, 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