diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-16 13:44:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-16 13:44:02 (GMT) |
commit | af281e408155d1be364e8a3634aef0ce73191eef (patch) | |
tree | d70dc2aae1a82ef3b0c13e28dd99d7449ff7ab11 /doc | |
parent | 9805214bc84601ae81fedbabdd7621186eb81d8d (diff) | |
download | tk-af281e408155d1be364e8a3634aef0ce73191eef.zip tk-af281e408155d1be364e8a3634aef0ce73191eef.tar.gz tk-af281e408155d1be364e8a3634aef0ce73191eef.tar.bz2 |
Minor correction of abbreviation
Diffstat (limited to 'doc')
-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.10 2005/05/27 23:14:28 dkf Exp $ +'\" RCS: @(#) $Id: tk.n,v 1.11 2006/11/16 13:44:02 dkf Exp $ '\" .so man.macros .TH tk n 8.4 Tk "Tk Built-In Commands" @@ -99,7 +99,7 @@ error if tried. . Sets and queries the state of whether Tk should use XIM (X Input Methods) for filtering events. The resulting state is returned. XIM is used in -some locales (ie: Japanese, Korean), to handle special input devices. This +some locales (i.e., Japanese, Korean), to handle special input devices. This feature is only significant on X. If XIM support is not available, this will always return 0. If the \fIwindow\fR argument is omitted, it defaults to the main window. If the \fIboolean\fR argument is omitted, the current |