diff options
author | dkf <dkf@noemail.net> | 2004-09-19 16:05:33 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-09-19 16:05:33 (GMT) |
commit | 4a591d7d902ab5d134c51ad24695d1b3a66fda6d (patch) | |
tree | 83898b60ed6e9f9dd9a2b525a9ad32172a88d4fc /doc/BindTable.3 | |
parent | b0d52f50e89868f5ff681c0ded79934b6bd5124b (diff) | |
download | tk-4a591d7d902ab5d134c51ad24695d1b3a66fda6d.zip tk-4a591d7d902ab5d134c51ad24695d1b3a66fda6d.tar.gz tk-4a591d7d902ab5d134c51ad24695d1b3a66fda6d.tar.bz2 |
Standardize style of section refs & public symbols. Remove displayed tabs
FossilOrigin-Name: 21e74dc17aeb9f48f2a53bcf395d591eedf42bba
Diffstat (limited to 'doc/BindTable.3')
-rw-r--r-- | doc/BindTable.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/BindTable.3 b/doc/BindTable.3 index a4e9f28..8668d64 100644 --- a/doc/BindTable.3 +++ b/doc/BindTable.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: BindTable.3,v 1.3 2002/08/05 04:30:38 dgp Exp $ +'\" RCS: @(#) $Id: BindTable.3,v 1.4 2004/09/19 16:05:36 dkf Exp $ '\" .so man.macros .TH Tk_CreateBindingTable 3 4.0 Tk "Tk Library Procedures" @@ -119,7 +119,7 @@ message is left in \fIinterp->result\fR. \fBTk_DeleteBinding\fR removes from \fIbindingTable\fR the binding given by \fIobject\fR and \fIeventString\fR, if such a binding exists. -\fBTk_DeleteBinding\fR always returns TCL_OK. +\fBTk_DeleteBinding\fR always returns \fBTCL_OK\fR. In some cases it may reset \fIinterp->result\fR to the default empty value. .PP |