diff options
author | Kevin Walzer <kw@codebykevin.com> | 2023-11-30 15:58:11 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2023-11-30 15:58:11 (GMT) |
commit | 04772f4b2d2d872ff63c509b26f63bb72e18749b (patch) | |
tree | a5889d84e9daf6a8dde97fcf5263692938529275 /doc | |
parent | 9c4da3172b95045d82551cbc983894bd8cc4ce98 (diff) | |
download | tk-04772f4b2d2d872ff63c509b26f63bb72e18749b.zip tk-04772f4b2d2d872ff63c509b26f63bb72e18749b.tar.gz tk-04772f4b2d2d872ff63c509b26f63bb72e18749b.tar.bz2 |
Correct typo on bind man page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bind.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ example: .CS lassign [tk::PreciseScrollDeltas %D] deltaX deltaY .CE -The \fB$#\fR substitution is a counter for \fBToucpadScroll\fR events +The \fB$#\fR substitution is a counter for \fBTouchpadScroll\fR events which can be used by widgets that only support scrolling by units to ignore some portion of the events. .IP "\fBKeyPress\fR, \fBKeyRelease\fR" 5 |