summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2020-07-06 00:22:26 (GMT)
committerandy <andrew.m.goth@gmail.com>2020-07-06 00:22:26 (GMT)
commit326bd29be7c2d61536c5eaba30da96d47973c529 (patch)
tree532471ecd22aaa416670653f6e65c7895abee0e5
parent418d81804ce1da1bd520223790c235c0b9ed2bc4 (diff)
downloadtcl-326bd29be7c2d61536c5eaba30da96d47973c529.zip
tcl-326bd29be7c2d61536c5eaba30da96d47973c529.tar.gz
tcl-326bd29be7c2d61536c5eaba30da96d47973c529.tar.bz2
Clarify index order
-rw-r--r--doc/lsearch.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lsearch.n b/doc/lsearch.n
index c5dc98f..72c91dc 100644
--- a/doc/lsearch.n
+++ b/doc/lsearch.n
@@ -65,8 +65,8 @@ These options may be given with all matching styles.
.
Changes the result to be the list of all matching indices (or all matching
values if \fB\-inline\fR is specified as well.) If indices are returned, the
-indices will be in numeric order. If values are returned, the order of the
-values will be the order of those values within the input \fIlist\fR.
+indices will be in ascending numeric order. If values are returned, the order
+of the values will be the order of those values within the input \fIlist\fR.
.TP
\fB\-inline\fR
.