diff options
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index 54a27be..b598ac3 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: canvas.n,v 1.8 2000/06/05 23:31:34 ericm Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.9 2000/07/25 21:14:34 jenglish Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -1616,7 +1616,7 @@ This option defaults to \fBcenter\fR. .TP \fB\-font \fIfontName\fR Specifies the font to use for the text item. -\fIFontName\fR may be any string acceptable to \fBTk_GetFontStruct\fR. +\fIFontName\fR may be any string acceptable to \fBTk_GetFont\fR. If this option isn't specified, it defaults to a system-dependent font. .TP |