diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-20 09:50:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-20 09:50:51 (GMT) |
commit | fbcd7024f73d1621baa6f5533049587deca251f3 (patch) | |
tree | 0b4ca67b1c6a95a27ed7c2a75e47613f78eae59a /doc | |
parent | db5f4c3788a6416e6451650939a88eace829b75e (diff) | |
download | tk-fbcd7024f73d1621baa6f5533049587deca251f3.zip tk-fbcd7024f73d1621baa6f5533049587deca251f3.tar.gz tk-fbcd7024f73d1621baa6f5533049587deca251f3.tar.bz2 |
Fix silly typo. [Bug 1087842]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/panedwindow.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/panedwindow.n b/doc/panedwindow.n index 5cdda6b..3b9236e 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.6 2004/10/28 12:25:53 dkf Exp $ +'\" RCS: @(#) $Id: panedwindow.n,v 1.7 2004/12/20 09:50:53 dkf Exp $ '\" .so man.macros .TH panedwindow n 8.4 Tk "Tk Built-In Commands" @@ -144,7 +144,7 @@ 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 |