diff options
author | hobbs <hobbs> | 2006-10-18 00:01:38 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-10-18 00:01:38 (GMT) |
commit | 984b403480d855a2252c6934acefa2af7f0fac37 (patch) | |
tree | 075555aa2a351c392f80c15bd1aaf705bd297dad /doc | |
parent | 175e66a8d3ccf89802ffa24c94e0b1edb0662108 (diff) | |
download | tk-984b403480d855a2252c6934acefa2af7f0fac37.zip tk-984b403480d855a2252c6934acefa2af7f0fac37.tar.gz tk-984b403480d855a2252c6934acefa2af7f0fac37.tar.bz2 |
* doc/text.n: fix docs to not correct -tabs usage case.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/text.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |