From 3ab66bf90c3de1b2ffe2c7eef83f56e189c02337 Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 1 Nov 2007 10:37:56 +0000 Subject: Fixed mistake in [$t tag remove] docs. [Bug 1792191] --- ChangeLog | 2 ++ doc/text.n | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9873ed..65e888b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-01 Donal K. Fellows + * doc/text.n: Fixed mistake in [$t tag remove] docs. [Bug 1792191] + * doc/bind.n: Documentated the Command modifier. [Bug 1232908] * doc/console.n, doc/wish.1: Made it clearer when and why the console diff --git a/doc/text.n b/doc/text.n index 05bfbee..64b651e 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.51 2007/10/30 21:29:59 dkf Exp $ +'\" RCS: @(#) $Id: text.n,v 1.52 2007/11/01 10:37:57 dkf Exp $ '\" .so man.macros .TH text n 8.5 Tk "Tk Built-In Commands" @@ -1860,8 +1860,8 @@ at \fIindex1\fR and ending just before \fIindex2\fR (the character at \fIindex2\fR is not affected). A single command may contain any number of \fIindex1\fR\-\fIindex2\fR pairs. -If the last \fIindex2\fR is omitted then the single character at -\fIindex1\fR is tagged. +If the last \fIindex2\fR is omitted then the tag is removed from the +single character at \fIindex1\fR. If there are no characters in the specified range (e.g. \fIindex1\fR is past the end of the file or \fIindex2\fR is less than or equal to \fIindex1\fR) then the command has no effect. -- cgit v0.12