diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-23 22:12:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-23 22:12:23 (GMT) |
commit | 83b8d2379e36b8f90b7e427773e41576b6565d41 (patch) | |
tree | 28c462d43743fbc91d52c2579509b175e5ae89c0 /doc | |
parent | ce71e454a4e1b7239f2e765f09373d1fb9779f86 (diff) | |
parent | 7063328b6584b3d6923d6afd07a254ca7a99746c (diff) | |
download | tk-83b8d2379e36b8f90b7e427773e41576b6565d41.zip tk-83b8d2379e36b8f90b7e427773e41576b6565d41.tar.gz tk-83b8d2379e36b8f90b7e427773e41576b6565d41.tar.bz2 |
Put back comment about "tcl_wordchars" variable: it is still correct
Diffstat (limited to 'doc')
-rw-r--r-- | doc/text.n | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2026,6 +2026,10 @@ integer. This command used to be used for scrolling, but now it is obsolete. .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). .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, |