summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-01 10:37:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-01 10:37:56 (GMT)
commit3ab66bf90c3de1b2ffe2c7eef83f56e189c02337 (patch)
treed3ac7b6d98cd21d4ad821b37634147a0e5121ade /doc/text.n
parent4d0c8fae08a9516f36a98cf0bbb7df2f4a7dc4d3 (diff)
downloadtk-3ab66bf90c3de1b2ffe2c7eef83f56e189c02337.zip
tk-3ab66bf90c3de1b2ffe2c7eef83f56e189c02337.tar.gz
tk-3ab66bf90c3de1b2ffe2c7eef83f56e189c02337.tar.bz2
Fixed mistake in [$t tag remove] docs. [Bug 1792191]
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/text.n b/doc/text.n
index 05bfbee..64b651e 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: text.n,v 1.51 2007/10/30 21:29:59 dkf Exp $
+'\" RCS: @(#) $Id: text.n,v 1.52 2007/11/01 10:37:57 dkf Exp $
'\"
.so man.macros
.TH text n 8.5 Tk "Tk Built-In Commands"
@@ -1860,8 +1860,8 @@ at \fIindex1\fR and ending just before
\fIindex2\fR (the character at \fIindex2\fR is not affected).
A single command may contain any number of \fIindex1\fR\-\fIindex2\fR
pairs.
-If the last \fIindex2\fR is omitted then the single character at
-\fIindex1\fR is tagged.
+If the last \fIindex2\fR is omitted then the tag is removed from the
+single character at \fIindex1\fR.
If there are no characters in the specified range (e.g. \fIindex1\fR
is past the end of the file or \fIindex2\fR is less than or equal
to \fIindex1\fR) then the command has no effect.