summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-12-20 10:03:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-12-20 10:03:16 (GMT)
commit65a4f758671de7db54c1252c51e1477a6c9ca772 (patch)
treecd9d3698a62711a72eea24533a9b7f31e88b74d2
parentdf22aaf69eaaaf896c7520ee40bcfaf2f6209101 (diff)
downloadtk-65a4f758671de7db54c1252c51e1477a6c9ca772.zip
tk-65a4f758671de7db54c1252c51e1477a6c9ca772.tar.gz
tk-65a4f758671de7db54c1252c51e1477a6c9ca772.tar.bz2
iFix silly typo. [Bug 1087842]
-rw-r--r--ChangeLog4
-rw-r--r--doc/panedwindow.n6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index df139a0..cca7ff4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-20 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/panedwindow.n: Fix silly typo. [Bug 1087842]
+
2004-12-09 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):
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.