From f1e5bee6a9d3718cad3b3b9bbf43f320d93f19ba Mon Sep 17 00:00:00 2001 From: andreas_kupries Date: Tue, 6 Jul 2010 17:15:14 +0000 Subject: * doc/text.n: Fixed minor typo in the description of 'text delete', as reported by on the chat. FossilOrigin-Name: 831a6bb1c562f40bc4e1057be841dd1f71b460b5 --- ChangeLog | 5 +++++ doc/text.n | 4 ++-- 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 + + * doc/text.n: Fixed minor typo in the description of 'text + delete', as reported by on the chat. + 2010-05-31 Joe English * 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 -- cgit v0.12