diff options
author | vincentdarley <vincentdarley> | 2004-03-25 12:12:35 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-03-25 12:12:35 (GMT) |
commit | 75791dad3c3d9947598d34c7e0f3470126b401e4 (patch) | |
tree | c77eb5434e514789bbeea80e0edf5665959a9c29 /doc/event.n | |
parent | 36561300e09e603e3ed9f5d1750278417f0c0829 (diff) | |
download | tk-75791dad3c3d9947598d34c7e0f3470126b401e4.zip tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.gz tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.bz2 |
Fix typos in documentation
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 1d0ead2..cbc36bb 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.6 2000/11/03 01:13:51 hobbs Exp $ +'\" RCS: @(#) $Id: event.n,v 1.7 2004/03/25 12:12:36 vincentdarley Exp $ '\" .so man.macros .TH event n 8.3 Tk "Tk Built-In Commands" @@ -280,7 +280,7 @@ Valid for \fBKeyPress\fR, \fBKeyRelease\fR, \fBButtonPress\fR, \fBButtonRelease\fR, \fBMotion\fR, \fBEnter\fR, \fBLeave\fR, \fBExpose\fR, \fBConfigure\fR, \fBGravity\fR, and \fBReparent\fR events. -Corresponds to the the \fB%x\fR substitution for binding scripts. +Corresponds to the \fB%x\fR substitution for binding scripts. If \fIWindow\fR is empty the coordinate is relative to the screen, and this option corresponds to the \fB%X\fR substitution for binding scripts. @@ -292,7 +292,7 @@ Valid for \fBKeyPress\fR, \fBKeyRelease\fR, \fBButtonPress\fR, \fBButtonRelease\fR, \fBMotion\fR, \fBEnter\fR, \fBLeave\fR, \fBExpose\fR, \fBConfigure\fR, \fBGravity\fR, and \fBReparent\fR events. -Corresponds to the the \fB%y\fR substitution for binding scripts. +Corresponds to the \fB%y\fR substitution for binding scripts. If \fIWindow\fR is empty the coordinate is relative to the screen, and this option corresponds to the \fB%Y\fR substitution for binding scripts. |