diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-08-18 18:41:18 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-08-18 18:41:18 (GMT) |
commit | 112c7e9aaa31ce1049e1342cc428e963163fe102 (patch) | |
tree | aa9d209e6b157c25cc37754a08229bdec0971eed /doc/GetFont.3 | |
parent | 8c42ba666a9b63074585903dd8db4706e5c9228d (diff) | |
download | tk-112c7e9aaa31ce1049e1342cc428e963163fe102.zip tk-112c7e9aaa31ce1049e1342cc428e963163fe102.tar.gz tk-112c7e9aaa31ce1049e1342cc428e963163fe102.tar.bz2 |
Fix [Bug 1151523]
Diffstat (limited to 'doc/GetFont.3')
-rw-r--r-- | doc/GetFont.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/GetFont.3 b/doc/GetFont.3 index 102dcd4..7ac8429 100644 --- a/doc/GetFont.3 +++ b/doc/GetFont.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: GetFont.3,v 1.6 2005/04/06 21:11:54 dkf Exp $ +'\" RCS: @(#) $Id: GetFont.3,v 1.7 2005/08/18 18:41:18 dkf Exp $ '\" .so man.macros .TH Tk_AllocFontFromObj 3 8.1 Tk "Tk Library Procedures" @@ -37,8 +37,7 @@ void .SH ARGUMENTS .AS "const char" *tkfont .AP "Tcl_Interp" *interp in -Interpreter to use for error reporting. If NULL, then no error -messages are left after errors. +Interpreter to use for error reporting. Must not be NULL. .AP Tk_Window tkwin in Token for window in which font will be used. .AP Tcl_Obj *objPtr in/out |