diff options
author | hobbs <hobbs@noemail.net> | 2000-05-23 00:31:36 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-05-23 00:31:36 (GMT) |
commit | 0333867c302e97b38772c731bf21435ba8766953 (patch) | |
tree | f445c87ce68b30ce105d0990947887c96cbb59ff /doc/entry.n | |
parent | a918d1ba8c1b22b7d831faa44922d404ad1cc513 (diff) | |
download | tk-0333867c302e97b38772c731bf21435ba8766953.zip tk-0333867c302e97b38772c731bf21435ba8766953.tar.gz tk-0333867c302e97b38772c731bf21435ba8766953.tar.bz2 |
* doc/bind.n:
* doc/canvas.n:
* doc/entry.n:
* doc/listbox.n:
* doc/photo.n: doc fix-ups [Bug: 5396]
FossilOrigin-Name: e23fd264a70b0653e7196a4af827f9b259f7de7b
Diffstat (limited to 'doc/entry.n')
-rw-r--r-- | doc/entry.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/entry.n b/doc/entry.n index 12dade2..af070cc 100644 --- a/doc/entry.n +++ b/doc/entry.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: entry.n,v 1.6 2000/05/17 22:23:25 ericm Exp $ +'\" RCS: @(#) $Id: entry.n,v 1.7 2000/05/23 00:31:36 hobbs Exp $ '\" .so man.macros .TH entry n 8.3 Tk "Tk Built-In Commands" @@ -146,7 +146,7 @@ loses focus. .IP \fBall\fR 10 \fBvalidateCommand\fR will be called for all above conditions. .PP -It is posible to perform percent substitutions on the \fBvalidateCommand\fR +It is possible to perform percent substitutions on the \fBvalidateCommand\fR and \fBinvalidCommand\fR, just as you would in a \fBbind\fR script. The following substitutions are recognized: |