diff options
author | dkf <dkf@noemail.net> | 2004-12-20 09:50:50 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-12-20 09:50:50 (GMT) |
commit | a80b4f1cdbb95115a8d72dae73151024cdaed403 (patch) | |
tree | 0b4ca67b1c6a95a27ed7c2a75e47613f78eae59a | |
parent | 71f153cc6f959e88dea8fdfdc3d7d1af0ce3e132 (diff) | |
download | tk-a80b4f1cdbb95115a8d72dae73151024cdaed403.zip tk-a80b4f1cdbb95115a8d72dae73151024cdaed403.tar.gz tk-a80b4f1cdbb95115a8d72dae73151024cdaed403.tar.bz2 |
Fix silly typo. [Bug 1087842]
FossilOrigin-Name: a7633bf93cb5f205460b00dabbe7e0e7357160ff
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/panedwindow.n | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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-10 Donal K. Fellows <donal.k.fellows@man.ac.uk> * unix/tk.spec, macosx/Tk-Info.plist, macosx/Wish-Info.plist: 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 |