diff options
author | dkf <dkf@noemail.net> | 2002-06-22 00:37:15 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2002-06-22 00:37:15 (GMT) |
commit | 9352b09af0d93f714129f53f0dee558167d31b05 (patch) | |
tree | 6b76beb2b6f6bb1ae3b3c96f5a5e544693f2fcdc /doc/tk.n | |
parent | 9db33caa63feab4ed716bb368dea0889e179a0ed (diff) | |
download | tk-9352b09af0d93f714129f53f0dee558167d31b05.zip tk-9352b09af0d93f714129f53f0dee558167d31b05.tar.gz tk-9352b09af0d93f714129f53f0dee558167d31b05.tar.bz2 |
Fixes to make HTML generation work better.
FossilOrigin-Name: 7adbb3d3bb555ca0999a25f42f516ca967030b98
Diffstat (limited to 'doc/tk.n')
-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.5 2002/06/17 20:09:01 hobbs Exp $ +'\" RCS: @(#) $Id: tk.n,v 1.6 2002/06/22 00:37:16 dkf Exp $ '\" .so man.macros .TH tk n 8.4 Tk "Tk Built-In Commands" @@ -45,7 +45,7 @@ this command will reenable them and recreate the \fBsend\fR command. .VS 8.4 .TP -\fBtk caret window \fR?\fB\-x \fIx\fR? \fR?\fB\-y \fIy\fR? \fR?\fB\-height \fIheight\fR? +\fBtk caret window \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 |