summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2010-07-06 17:15:14 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2010-07-06 17:15:14 (GMT)
commitf1e5bee6a9d3718cad3b3b9bbf43f320d93f19ba (patch)
treea160036fee021ce87d7f9bc78cc20c072f38cec3 /doc
parented8da331a08217aee2c97681c33019f32ff998cc (diff)
downloadtk-f1e5bee6a9d3718cad3b3b9bbf43f320d93f19ba.zip
tk-f1e5bee6a9d3718cad3b3b9bbf43f320d93f19ba.tar.gz
tk-f1e5bee6a9d3718cad3b3b9bbf43f320d93f19ba.tar.bz2
* doc/text.n: Fixed minor typo in the description of 'text
delete', as reported by <eee@users.sf.net> on the chat. FossilOrigin-Name: 831a6bb1c562f40bc4e1057be841dd1f71b460b5
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 8236a36..cd968df 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.53 2007/12/13 15:23:43 dgp Exp $
+'\" RCS: @(#) $Id: text.n,v 1.53.2.1 2010/07/06 17:15:15 andreas_kupries Exp $
'\"
.so man.macros
.TH text n 8.5 Tk "Tk Built-In Commands"
@@ -1199,7 +1199,7 @@ 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 deleted text does not cause an undesired index shifting
+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 that do not cause deletion of text