diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2009-11-01 23:49:50 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2009-11-01 23:49:50 (GMT) |
commit | 351ba5784264d81112e6e9a1a331242e08b64edc (patch) | |
tree | 5414e27155f6f8f7f9c3a17763694bc8663e9acb /doc | |
parent | 0c58d63813ddb8805d9b12b877a47e2d66027897 (diff) | |
download | tk-351ba5784264d81112e6e9a1a331242e08b64edc.zip tk-351ba5784264d81112e6e9a1a331242e08b64edc.tar.gz tk-351ba5784264d81112e6e9a1a331242e08b64edc.tar.bz2 |
minor doc fix for htmlhelp
Diffstat (limited to 'doc')
-rw-r--r-- | doc/loadTk.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/loadTk.n b/doc/loadTk.n index becc7ae..776e561 100644 --- a/doc/loadTk.n +++ b/doc/loadTk.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: loadTk.n,v 1.14 2009/08/06 12:46:07 dkf Exp $ +'\" RCS: @(#) $Id: loadTk.n,v 1.15 2009/11/01 23:49:50 mistachkin Exp $ '\" .so man.macros .TH "Safe Tk" n 8.0 Tk "Tk Built-In Commands" @@ -35,7 +35,7 @@ plan to use is a Tk Window of the application you can use the window name (e.g., .QW \fB.x.y\fR ) instead of its window Id (e.g., -.QW \fB[winfo id .x.y]\fR ). +.QW "\fB[winfo id .x.y]\fR" ). When \fB\-use\fR is not specified, a new toplevel window is created for the .QW . window of the safe interpreter. On X11 if you want the embedded window to use |