diff options
Diffstat (limited to 'doc/text.n')
-rw-r--r-- | doc/text.n | 6 |
1 files changed, 3 insertions, 3 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.15.2.2 2005/02/11 21:05:04 hobbs Exp $ +'\" RCS: @(#) $Id: text.n,v 1.15.2.3 2005/05/12 22:50:59 dgp Exp $ '\" .so man.macros .TH text n 8.4 Tk "Tk Built-In Commands" @@ -413,7 +413,7 @@ distances. \fB\-overstrike \fIboolean\fR Specifies whether or not to draw a horizontal rule through the middle of characters. -\fIBoolean\fR may have any of the forms accepted by \fBTk_GetBoolean\fR. +\fIBoolean\fR may have any of the forms accepted by \fBTcl_GetBoolean\fR. .TP \fB\-relief \fIrelief\fR \fIRelief\fR specifies the 3-D relief to use for drawing backgrounds, @@ -470,7 +470,7 @@ widget option. \fB\-underline \fIboolean\fR \fIBoolean\fR specifies whether or not to draw an underline underneath characters. -It may have any of the forms accepted by \fBTk_GetBoolean\fR. +It may have any of the forms accepted by \fBTcl_GetBoolean\fR. .TP \fB\-wrap \fImode\fR \fIMode\fR specifies how to handle lines that are wider than the |