summaryrefslogtreecommitdiffstats
path: root/doc/GetIndex.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-09 20:11:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-09 20:11:35 (GMT)
commit3bd3c81555c4dcf32b173945d8adb802a8f6b361 (patch)
treeb8218d3628c1b820b55b71fa9a7694914f521e5a /doc/GetIndex.3
parentbd6d07883f6ee2874c3e6ba0b64d107e699a0c11 (diff)
parentd677e8a8ae7188b1aebd47c054633273808d5764 (diff)
downloadtcl-3bd3c81555c4dcf32b173945d8adb802a8f6b361.zip
tcl-3bd3c81555c4dcf32b173945d8adb802a8f6b361.tar.gz
tcl-3bd3c81555c4dcf32b173945d8adb802a8f6b361.tar.bz2
merge trunk
Diffstat (limited to 'doc/GetIndex.3')
-rw-r--r--doc/GetIndex.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/GetIndex.3 b/doc/GetIndex.3
index 50607ae..d32561a 100644
--- a/doc/GetIndex.3
+++ b/doc/GetIndex.3
@@ -26,7 +26,7 @@ int
Interpreter to use for error reporting; if NULL, then no message is
provided on errors.
.AP Tcl_Obj *objPtr in/out
-The string value of this object is used to search through \fItablePtr\fR.
+The string value of this value is used to search through \fItablePtr\fR.
The internal representation is modified to hold the index of the matching
table entry.
.AP "const char *const" *tablePtr in
@@ -58,8 +58,8 @@ The index of the string in \fItablePtr\fR that matches the value of
.SH DESCRIPTION
.PP
These procedures provide an efficient way for looking up keywords,
-switch names, option names, and similar things where the value of
-an object must be one of a predefined set of values.
+switch names, option names, and similar things where the literal value of
+a Tcl value must be chosen from a predefined set.
\fBTcl_GetIndexFromObj\fR compares \fIobjPtr\fR against each of
the strings in \fItablePtr\fR to find a match. A match occurs if
\fIobjPtr\fR's string value is identical to one of the strings in
@@ -101,4 +101,4 @@ each of several array elements.
.SH "SEE ALSO"
prefix(n), Tcl_WrongNumArgs(3)
.SH KEYWORDS
-index, object, table lookup
+index, option, value, table lookup