From 914fd8473c892c8067540984d46d755984fee66a Mon Sep 17 00:00:00 2001 From: andreas_kupries Date: Tue, 6 Jul 2010 17:15:03 +0000 Subject: * doc/text.n: Fixed minor typo in the description of 'text delete', as reported by on the chat. --- ChangeLog | 5 +++++ doc/text.n | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3729729..3cbde48 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-07-01 Jan Nijtmans * win/rules.vc [Bugs #3020677] wish can't link reg1.2 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 -- cgit v0.12