summaryrefslogtreecommitdiffstats
path: root/doc/bind.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-01-21 00:00:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-01-21 00:00:49 (GMT)
commit81ac88e72f468bd35eb1eb30d6947b6feb0af48d (patch)
tree6459c6811aa54d681c9a14888949e59a5a1e735d /doc/bind.n
parent668c3b43a9c64988d3d62ba2b75798dae2d0ed46 (diff)
downloadtk-81ac88e72f468bd35eb1eb30d6947b6feb0af48d.zip
tk-81ac88e72f468bd35eb1eb30d6947b6feb0af48d.tar.gz
tk-81ac88e72f468bd35eb1eb30d6947b6feb0af48d.tar.bz2
Many small tweaks to docs
The main one is I've added a comment in to make primary subcommands ("methods") more obvious when editing.
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 9fb5c07..3fe72f1 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -649,9 +649,9 @@ then that script terminates and no other scripts will be invoked
for the event.
.PP
Within a script called from the binding script, \fBreturn\fR
-\fB-code ok\fR may be used to continue processing (including
+\fB\-code ok\fR may be used to continue processing (including
.QW +
-appended scripts), or \fBreturn\fR \fB-code break\fR may be used to
+appended scripts), or \fBreturn\fR \fB\-code break\fR may be used to
stop processing all other binding scripts.
.PP
If more than one binding matches a particular event and they