diff options
author | dkf <dkf@noemail.net> | 2010-01-13 15:41:29 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2010-01-13 15:41:29 (GMT) |
commit | 4ad3913ddfa6eebc6c2f7ba12bbe01c51c6290c5 (patch) | |
tree | 0bec12b544507827d5bf939251be3b6086381426 | |
parent | 902ac51e89a6f36100c3a2314f35d70a034fd0d4 (diff) | |
download | tk-4ad3913ddfa6eebc6c2f7ba12bbe01c51c6290c5.zip tk-4ad3913ddfa6eebc6c2f7ba12bbe01c51c6290c5.tar.gz tk-4ad3913ddfa6eebc6c2f7ba12bbe01c51c6290c5.tar.bz2 |
Formatting correction
FossilOrigin-Name: d6e12b64d74ec57961668bf5b4c51583a2d8a80d
-rw-r--r-- | doc/tk.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: tk.n,v 1.22 2009/01/24 14:15:47 dkf Exp $ +'\" RCS: @(#) $Id: tk.n,v 1.23 2010/01/13 15:41:29 dkf Exp $ '\" .so man.macros .TH tk n 8.4 Tk "Tk Built-In Commands" @@ -54,7 +54,7 @@ This command controls the marking of window hierarchies as rendering them non-interactive while some other operation is proceeding. For more details see the \fBbusy\fR manual page. .TP -\fBtk caret window \fR?\fB\-x \fIx\fR? ?\fB\-y \fIy\fR? ?\fB\-height \fIheight\fR? +\fBtk caret \fIwindow \fR?\fB\-x \fIx\fR? ?\fB\-y \fIy\fR? ?\fB\-height \fIheight\fR? . Sets and queries the caret location for the display of the specified Tk window \fIwindow\fR. The caret is the per-display cursor location |