diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-02 13:55:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-02 13:55:49 (GMT) |
commit | b49e72092fd577fecc0d9e990cba02dd67cca29f (patch) | |
tree | 724ef98f3d6d5ebd2ce760df051acb2ac6403da3 /doc/lsearch.n | |
parent | 28649fe2adafc9a35f852d83f12e24cc05d26287 (diff) | |
download | tcl-b49e72092fd577fecc0d9e990cba02dd67cca29f.zip tcl-b49e72092fd577fecc0d9e990cba02dd67cca29f.tar.gz tcl-b49e72092fd577fecc0d9e990cba02dd67cca29f.tar.bz2 |
Clarify meaning of [lsearch -dictionary].
Diffstat (limited to 'doc/lsearch.n')
-rw-r--r-- | doc/lsearch.n | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/lsearch.n b/doc/lsearch.n index 6ed6978..5cfce90 100644 --- a/doc/lsearch.n +++ b/doc/lsearch.n @@ -8,7 +8,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: lsearch.n,v 1.20 2004/08/31 15:19:36 dkf Exp $ +'\" RCS: @(#) $Id: lsearch.n,v 1.21 2004/09/02 13:55:55 dkf Exp $ '\" .so man.macros .TH lsearch n 8.5 Tcl "Tcl Built-In Commands" @@ -87,7 +87,10 @@ for backward-compatibility reasons.) .TP \fB\-dictionary\fR The list elements are to be compared using dictionary-style -comparisons. +comparisons (see \fBlsort\fR for a fuller description). Note that this +only makes a meaningful difference from the \fB\-ascii\fR option when +the \fB\-sorted\fR option is given, because values are only +dictionary-equal when exactly equal. .TP \fB\-integer\fR The list elements are to be compared as integers. |