diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-20 10:04:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-20 10:04:23 (GMT) |
commit | 647cb71632adcdcd127f26c8e0a0a1dc972e7779 (patch) | |
tree | da4075ff4370df6d36a1e973e35d9da2c68b77d6 /doc | |
parent | fbcd7024f73d1621baa6f5533049587deca251f3 (diff) | |
download | tk-647cb71632adcdcd127f26c8e0a0a1dc972e7779.zip tk-647cb71632adcdcd127f26c8e0a0a1dc972e7779.tar.gz tk-647cb71632adcdcd127f26c8e0a0a1dc972e7779.tar.bz2 |
D'oh! Spotted another one!
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 3b9236e..141c832 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.7 2004/12/20 09:50:53 dkf Exp $ +'\" RCS: @(#) $Id: panedwindow.n,v 1.8 2004/12/20 10:04:23 dkf Exp $ '\" .so man.macros .TH panedwindow n 8.4 Tk "Tk Built-In Commands" @@ -150,7 +150,7 @@ 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. |