summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2004-12-20 10:03:16 (GMT)
committerdkf <dkf@noemail.net>2004-12-20 10:03:16 (GMT)
commit12d7560018cb039839af68ddd40bed6ee243e380 (patch)
treecd9d3698a62711a72eea24533a9b7f31e88b74d2 /doc
parent9b2860ed421c667cfe0e210cb1aea61361abddb8 (diff)
downloadtk-12d7560018cb039839af68ddd40bed6ee243e380.zip
tk-12d7560018cb039839af68ddd40bed6ee243e380.tar.gz
tk-12d7560018cb039839af68ddd40bed6ee243e380.tar.bz2
iFix silly typo. [Bug 1087842]
FossilOrigin-Name: 86e0ecc09346b8736deef884cfb7eed76bc7d6a0
Diffstat (limited to 'doc')
-rw-r--r--doc/panedwindow.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/panedwindow.n b/doc/panedwindow.n
index c22718a..d2ed3b6 100644
--- a/doc/panedwindow.n
+++ b/doc/panedwindow.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: panedwindow.n,v 1.2.2.2 2004/10/28 12:25:22 dkf Exp $
+'\" RCS: @(#) $Id: panedwindow.n,v 1.2.2.3 2004/12/20 10:03:17 dkf Exp $
'\"
.so man.macros
.TH panedwindow n 8.4 Tk "Tk Built-In Commands"
@@ -144,13 +144,13 @@ those of the top left corner of the region containing the sash.
.TP
\fIpathName \fBsash dragto \fIindex x y\fR
This command computes the difference between the given coordinates and the
-coordinates given to the last \fBsash coord\fR command for the given
+coordinates given to the last \fBsash mark\fR command for the given
sash. It then moves that sash the computed difference. The return
value is the empty string.
.TP
\fIpathName \fBsash mark \fIindex x y\fR
Records \fIx\fR and \fIy\fR for the sash given by \fIindex\fR; used in
-conjunction with later dragto commands to move the sash.
+conjunction with later \fBsash dragto\fR commands to move the sash.
.TP
\fIpathName \fBsash place \fIindex x y\fR
Place the sash given by \fIindex\fR at the given coordinates.