summaryrefslogtreecommitdiffstats
path: root/doc/bind.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-29 19:57:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-29 19:57:06 (GMT)
commita88925e14d0096bf75e3338b939fdf6ec49c72b5 (patch)
treef67040f9e7067b3e854d9921677e2a4bbdf887f1 /doc/bind.n
parent2cf5a82a75201dd866c90d3add0462c19854d88f (diff)
downloadtk-a88925e14d0096bf75e3338b939fdf6ec49c72b5.zip
tk-a88925e14d0096bf75e3338b939fdf6ec49c72b5.tar.gz
tk-a88925e14d0096bf75e3338b939fdf6ec49c72b5.tar.bz2
Add calls to TkpInitKeymapInfo() during initialization. Taken from extended bind patch.
Diffstat (limited to 'doc/bind.n')
-rw-r--r--doc/bind.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bind.n b/doc/bind.n
index c260bce..2191369 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -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.