summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2011-07-18 23:46:58 (GMT)
committerdkf <dkf@noemail.net>2011-07-18 23:46:58 (GMT)
commit112eb4c77367f3a647cd23c2978361cfcf99a18e (patch)
tree9490c282bd008e21abb6631970b30771e122ebfb /doc
parent3541ed5cfc142c68245760cba0fb1497e2668cde (diff)
downloadtk-112eb4c77367f3a647cd23c2978361cfcf99a18e.zip
tk-112eb4c77367f3a647cd23c2978361cfcf99a18e.tar.gz
tk-112eb4c77367f3a647cd23c2978361cfcf99a18e.tar.bz2
Final part of doc improvement project.
FossilOrigin-Name: 6f247a1d1d066d1e39dd9f249d35e179874e0f46
Diffstat (limited to 'doc')
-rw-r--r--doc/Grab.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Grab.3 b/doc/Grab.3
index 08297b3..8c99fd5 100644
--- a/doc/Grab.3
+++ b/doc/Grab.3
@@ -50,7 +50,7 @@ receive pointer- or keyboard-related events until the next call to
Tk_Ungrab. If a previous grab was in effect within the application,
then it is replaced with a new one.
.PP
-\fBTcl_Ungrab\fR releases a grab on the mouse pointer and keyboard, if
+\fBTk_Ungrab\fR releases a grab on the mouse pointer and keyboard, if
there is one set on the window given by \fItkwin\fR. Once a grab is
released, pointer and keyboard events will start being delivered to
other windows again.