summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-10-18 00:01:38 (GMT)
committerhobbs <hobbs>2006-10-18 00:01:38 (GMT)
commit984b403480d855a2252c6934acefa2af7f0fac37 (patch)
tree075555aa2a351c392f80c15bd1aaf705bd297dad
parent175e66a8d3ccf89802ffa24c94e0b1edb0662108 (diff)
downloadtk-984b403480d855a2252c6934acefa2af7f0fac37.zip
tk-984b403480d855a2252c6934acefa2af7f0fac37.tar.gz
tk-984b403480d855a2252c6934acefa2af7f0fac37.tar.bz2
* doc/text.n: fix docs to not correct -tabs usage case.
-rw-r--r--ChangeLog2
-rw-r--r--doc/text.n4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ae09f53..8da804c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-10-17 Jeff Hobbs <jeffh@ActiveState.com>
+ * doc/text.n: fix docs to not correct -tabs usage case.
+
* generic/tkTextDisp.c (SizeOfTab): fix -tabstyle wordprocessor
tab alignment to correct tab edge case. [Bug 1578858]
diff --git a/doc/text.n b/doc/text.n
index bc69c68..070608c 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.41 2006/04/12 02:35:24 das Exp $
+'\" RCS: @(#) $Id: text.n,v 1.42 2006/10/18 00:01:38 hobbs Exp $
'\"
.so man.macros
.TH text n 8.5 Tk "Tk Built-In Commands"
@@ -129,7 +129,7 @@ If no \fB\-tabs\fR option is specified, or if it is specified as
an empty list, then Tk uses default tabs spaced every eight
(average size) characters. To achieve a different standard spacing,
for example every 4 characters, simply configure the widget with
-\fB\-tabs "[expr {4 * [font measure $font 0]}] left"\fR.
+\fB\-tabs "[expr {4 * [font measure $font 0]}] left" -tabstyle wordprocessor\fR.
.OP \-tabstyle tabStyle TabStyle
Specifies how to interpret the relationship between tab stops on a line
and tabs in the text of that line. The value must be \fBtabular\fR (the