diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-20 10:56:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-20 10:56:35 (GMT) |
commit | 8cf3e7964b95b65ef9cca59cda9e0f7430669fc2 (patch) | |
tree | 6ca1c6c3faf406bf711958fb205de6612cc00c4c /doc/event.n | |
parent | 76b86596cb7edb28d4277ad60de37066b5cda319 (diff) | |
download | tk-8cf3e7964b95b65ef9cca59cda9e0f7430669fc2.zip tk-8cf3e7964b95b65ef9cca59cda9e0f7430669fc2.tar.gz tk-8cf3e7964b95b65ef9cca59cda9e0f7430669fc2.tar.bz2 |
Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083]
Diffstat (limited to 'doc/event.n')
-rw-r--r-- | doc/event.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/event.n b/doc/event.n index 13f243a..c74b483 100644 --- a/doc/event.n +++ b/doc/event.n @@ -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: event.n,v 1.8 2004/06/18 21:18:37 dkf Exp $ +'\" RCS: @(#) $Id: event.n,v 1.9 2004/08/20 10:56:36 dkf Exp $ '\" .so man.macros .TH event n 8.3 Tk "Tk Built-In Commands" @@ -196,7 +196,7 @@ Valid for \fBKeyPress\fR, \fBKeyRelease\fR, \fBButtonPress\fR, events. Corresponds to the \fB%X\fR substitution for binding scripts. .TP \fB\-rooty\fI coord\fR -\fICoord\fR must be a screen distance; it specifies th \fIy_root\fR +\fICoord\fR must be a screen distance; it specifies the \fIy_root\fR field for the event. Valid for \fBKeyPress\fR, \fBKeyRelease\fR, \fBButtonPress\fR, \fBButtonRelease\fR, \fBEnter\fR, \fBLeave\fR, and \fBMotion\fR @@ -204,7 +204,7 @@ events. Corresponds to the \fB%Y\fR substitution for binding scripts. .TP \fB\-sendevent\fI boolean\fR -\fBBoolean\fR must be a boolean value; it specifies the \fIsend_event\fR +\fIBoolean\fR must be a boolean value; it specifies the \fIsend_event\fR field for the event. Valid for all events. Corresponds to the \fB%E\fR substitution for binding scripts. .TP |