diff options
author | vincentdarley <vincentdarley> | 2004-11-20 15:55:08 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-11-20 15:55:08 (GMT) |
commit | d5d50ee1bffe4d622aa97cd1427dc5655aa5000b (patch) | |
tree | 197e4547b24e94d48ccef49361fbecb35c9f5e0c | |
parent | 45daf62a0966010296905bb16556c71ed221d8c3 (diff) | |
download | tk-d5d50ee1bffe4d622aa97cd1427dc5655aa5000b.zip tk-d5d50ee1bffe4d622aa97cd1427dc5655aa5000b.tar.gz tk-d5d50ee1bffe4d622aa97cd1427dc5655aa5000b.tar.bz2 |
removed backslash quote
-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.32 2004/11/17 13:47:07 vincentdarley Exp $ +'\" RCS: @(#) $Id: text.n,v 1.33 2004/11/20 15:55:08 vincentdarley 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"\fR. .OP \-undo undo Undo Specifies a boolean that says whether the undo mechanism is active or not. |