summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-07-06 17:15:15 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-07-06 17:15:15 (GMT)
commit2909791bb971bfec5a1c557335f79e430ad53423 (patch)
treea160036fee021ce87d7f9bc78cc20c072f38cec3
parentd4f6bf9607a4aa2a4d5b1493f34c9ced59547708 (diff)
downloadtk-2909791bb971bfec5a1c557335f79e430ad53423.zip
tk-2909791bb971bfec5a1c557335f79e430ad53423.tar.gz
tk-2909791bb971bfec5a1c557335f79e430ad53423.tar.bz2
* doc/text.n: Fixed minor typo in the description of 'text
delete', as reported by <eee@users.sf.net> on the chat.
-rw-r--r--ChangeLog5
-rw-r--r--doc/text.n4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b9040a4..2c31292 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-06 Andreas Kupries <andreask@activestate.com>
+
+ * doc/text.n: Fixed minor typo in the description of 'text
+ delete', as reported by <eee@users.sf.net> on the chat.
+
2010-05-31 Joe English <jenglish@users.sourceforge.net>
* generic/tkBind.c(Tk_CreateBinding): Silently ignore empty
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