summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-07-06 17:15:03 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-07-06 17:15:03 (GMT)
commit914fd8473c892c8067540984d46d755984fee66a (patch)
tree086e2ec2342980142ca2299f22fa7eeb77af8dd2 /doc
parentc8cf5a0d1a0bd940544766e97e260eddb970398e (diff)
downloadtk-914fd8473c892c8067540984d46d755984fee66a.zip
tk-914fd8473c892c8067540984d46d755984fee66a.tar.gz
tk-914fd8473c892c8067540984d46d755984fee66a.tar.bz2
* doc/text.n: Fixed minor typo in the description of 'text
delete', as reported by <eee@users.sf.net> on the chat.
Diffstat (limited to 'doc')
-rw-r--r--doc/text.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/text.n b/doc/text.n
index f2095b6..d2b9eb6 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.59 2010/01/10 20:38:54 dkf Exp $
+'\" RCS: @(#) $Id: text.n,v 1.60 2010/07/06 17:15:04 andreas_kupries Exp $
'\"
.so man.macros
.TH text n 8.5 Tk "Tk Built-In Commands"
@@ -1043,7 +1043,7 @@ deleted. It is not allowable to delete characters in a way that would leave
the text without a newline as the last character. The command returns an empty
string. If more indices are given, multiple ranges of text will be deleted.
All indices are first checked for validity before any deletions are made. They
-are sorted and the text is removed from the last range to the first range to
+are sorted and the text is removed from the last range to the first range so
deleted text does not cause an undesired index shifting side-effects. If
multiple ranges with the same start index are given, then the longest range is
used. If overlapping ranges are given, then they will be merged into spans