summaryrefslogtreecommitdiffstats
path: root/doc/Eval.3
diff options
context:
space:
mode:
authorjenglish <jenglish@noemail.net>2002-07-01 18:24:37 (GMT)
committerjenglish <jenglish@noemail.net>2002-07-01 18:24:37 (GMT)
commita017bcccb15642e19cfa599f2fc28321671d5ff1 (patch)
tree0b85a12ebaae6394723689fc31593c4ec7ebed17 /doc/Eval.3
parent356ce2bea9bc01c32bdaaa82227bf3ac81fa470e (diff)
downloadtcl-a017bcccb15642e19cfa599f2fc28321671d5ff1.zip
tcl-a017bcccb15642e19cfa599f2fc28321671d5ff1.tar.gz
tcl-a017bcccb15642e19cfa599f2fc28321671d5ff1.tar.bz2
Spell-check, fixed typos (Updates from Larry Virden).
FossilOrigin-Name: 34cded11b7d729621dd98d2f6dc3fb89428f97e8
Diffstat (limited to 'doc/Eval.3')
-rw-r--r--doc/Eval.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Eval.3 b/doc/Eval.3
index 172ba65..460c17c 100644
--- a/doc/Eval.3
+++ b/doc/Eval.3
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Eval.3,v 1.10 2002/01/15 21:19:06 dgp Exp $
+'\" RCS: @(#) $Id: Eval.3,v 1.11 2002/07/01 18:24:39 jenglish Exp $
'\"
.so man.macros
.TH Tcl_Eval 3 8.1 Tcl "Tcl Library Procedures"
@@ -119,7 +119,7 @@ a completion code and result just like \fBTcl_EvalObjEx\fR.
be executed is supplied as a string instead of an object and no compilation
occurs. The string should be a proper UTF-8 string as converted by
\fBTcl_ExternalToUtfDString\fR or \fBTcl_ExternalToUtf\fR when it is known
-to possibly contain upper ascii characters who's possible combinations
+to possibly contain upper ASCII characters who's possible combinations
might be a UTF-8 special code. The string is parsed and executed directly
(using \fBTcl_EvalObjv\fR) instead of compiling it and executing the
bytecodes. In situations where it is known that the script will never be