diff options
author | dkf <dkf@noemail.net> | 2004-08-22 15:43:17 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-08-22 15:43:17 (GMT) |
commit | aac2db424ac78e8545d4a82b1bc84822cf0b11fb (patch) | |
tree | 9906b10491082ca256832867a828be700b906dbd /doc/ConfigWidg.3 | |
parent | 93c70c5dd2fb14d36c0bc6d9820a127a32c64c4e (diff) | |
download | tk-aac2db424ac78e8545d4a82b1bc84822cf0b11fb.zip tk-aac2db424ac78e8545d4a82b1bc84822cf0b11fb.tar.gz tk-aac2db424ac78e8545d4a82b1bc84822cf0b11fb.tar.bz2 |
More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]
FossilOrigin-Name: b4bde69ecaf392e281ae12f6df552bbfadbb8251
Diffstat (limited to 'doc/ConfigWidg.3')
-rw-r--r-- | doc/ConfigWidg.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ConfigWidg.3 b/doc/ConfigWidg.3 index 21405ec..b3b358e 100644 --- a/doc/ConfigWidg.3 +++ b/doc/ConfigWidg.3 @@ -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: ConfigWidg.3,v 1.10 2004/03/22 16:04:51 dkf Exp $ +'\" RCS: @(#) $Id: ConfigWidg.3,v 1.11 2004/08/22 15:43:20 dkf Exp $ '\" .so man.macros .TH Tk_ConfigureWidget 3 4.1 Tk "Tk Library Procedures" @@ -431,7 +431,7 @@ entries in \fIspecs\fR that are identical except for their \fIdefValue\fR and \fIspecFlags\fR fields. One entry should have the value TK_CONFIG_MONO_ONLY in its \fIspecFlags\fR and the default value for monochrome displays in its \fIdefValue\fR; the -other entry entry should have the value TK_CONFIG_COLOR_ONLY in +other entry should have the value TK_CONFIG_COLOR_ONLY in its \fIspecFlags\fR and the appropriate \fIdefValue\fR for color displays. .PP |