diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-22 13:17:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-22 13:17:19 (GMT) |
commit | 548dc002dda31d26cee170eb6c13cc96d134e52f (patch) | |
tree | 79bdc74209583019ecb7c491e20873a8fd9f6eeb /doc/text.n | |
parent | 856873628c3fc2a1616b88ccf1163ba60477f49d (diff) | |
download | tk-548dc002dda31d26cee170eb6c13cc96d134e52f.zip tk-548dc002dda31d26cee170eb6c13cc96d134e52f.tar.gz tk-548dc002dda31d26cee170eb6c13cc96d134e52f.tar.bz2 |
Remove incorrect reference to tcl_wordchars, it isn't used any more.
Diffstat (limited to 'doc/text.n')
-rw-r--r-- | doc/text.n | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2025,10 +2025,7 @@ integer. This command used to be used for scrolling, but now it is obsolete. .SH BINDINGS .PP Tk automatically creates class bindings for texts that give them the following -default behavior. In the descriptions below, -.QW word -is dependent on the value of the \fBtcl_wordchars\fR variable. See -\fBtclvars\fR(n). +default behavior. .IP [1] Clicking mouse button 1 positions the insertion cursor just before the character underneath the mouse cursor, sets the input focus to this widget, |