diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:13:34 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:13:34 (GMT) |
commit | c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c (patch) | |
tree | ed21a23ccb85c99261f778308eec62b6a3bdd06e /doc | |
parent | e8d28520fa0dfb193f7825e31cb43adabfbf82ff (diff) | |
download | tk-c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c.zip tk-c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c.tar.gz tk-c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c.tar.bz2 |
doc fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/canvas.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index c8a689f..9cd411a 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: canvas.n,v 1.37 2008/09/30 23:54:46 dkf Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.38 2008/10/02 19:13:35 mistachkin Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -734,7 +734,7 @@ associated with the item and \fIyAmount\fR to the y-coordinate of each point associated with the item. This command returns an empty string. .TP -\fIpathName \fBmoveto \fItagOrId xPos yPos +\fIpathName \fBmoveto \fItagOrId xPos yPos\fR .VS 8.6 Move the items given by \fItagOrId\fR in the canvas coordinate space so that the first coordinate pair of the bottommost item with |