diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-22 15:43:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-22 15:43:18 (GMT) |
commit | 4dc25bde7ef9ad66f1511f6225c5eec5e526f068 (patch) | |
tree | 9906b10491082ca256832867a828be700b906dbd /doc/SetClassProcs.3 | |
parent | 44690695232e710466448fb028a037136342bbdf (diff) | |
download | tk-4dc25bde7ef9ad66f1511f6225c5eec5e526f068.zip tk-4dc25bde7ef9ad66f1511f6225c5eec5e526f068.tar.gz tk-4dc25bde7ef9ad66f1511f6225c5eec5e526f068.tar.bz2 |
More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]
Diffstat (limited to 'doc/SetClassProcs.3')
-rw-r--r-- | doc/SetClassProcs.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetClassProcs.3 b/doc/SetClassProcs.3 index 27c1438..691c9d2 100644 --- a/doc/SetClassProcs.3 +++ b/doc/SetClassProcs.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: SetClassProcs.3,v 1.1 2000/11/22 01:50:26 ericm Exp $ +'\" RCS: @(#) $Id: SetClassProcs.3,v 1.2 2004/08/22 15:43:20 dkf Exp $ '\" .so man.macros .TH Tk_SetClassProcs 3 8.4 Tk "Tk Library Procedures" @@ -56,7 +56,7 @@ typedef void Tk_ClassWorldChangedProc( ClientData \fIinstanceData\fR); .CE The \fIinstanceData\fR parameter passed to the \fIworldChangedProc\fR -will be identical to the \fIinstanceData\fR paramter passed to +will be identical to the \fIinstanceData\fR parameter passed to \fBTk_SetClassProcs\fR. .PP \fIcreateProc\fR is used to create platform-dependant windows. It is |