diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-29 19:58:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-29 19:58:11 (GMT) |
commit | 8d6184fb635d65ffb5cc86154a52e4ef8bdd528b (patch) | |
tree | dfbc5705aba28a2383e058afcaa24d1a045fd8e1 /doc/bind.n | |
parent | 82357f3faeb159ca4a2784983f0a83998a546d02 (diff) | |
parent | a88925e14d0096bf75e3338b939fdf6ec49c72b5 (diff) | |
download | tk-8d6184fb635d65ffb5cc86154a52e4ef8bdd528b.zip tk-8d6184fb635d65ffb5cc86154a52e4ef8bdd528b.tar.gz tk-8d6184fb635d65ffb5cc86154a52e4ef8bdd528b.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc/bind.n')
-rw-r--r-- | doc/bind.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -638,11 +638,11 @@ of events matched) is more specific than a shorter sequence; .IP (c) if the modifiers specified in one pattern are a subset of the modifiers in another pattern, then the pattern with more modifiers -is more specific. +is more specific; .IP (d) a virtual event whose physical pattern matches the sequence is less specific than the same physical pattern that is not associated with a -virtual event. +virtual event; .IP (e) given a sequence that matches two or more virtual events, one of the virtual events will be chosen, but the order is undefined. |