diff options
author | hobbs <hobbs> | 2000-05-23 00:31:36 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-23 00:31:36 (GMT) |
commit | d83a7e0f396a0fb80db31573f08d03e7428d2d8e (patch) | |
tree | f445c87ce68b30ce105d0990947887c96cbb59ff /doc/entry.n | |
parent | 7fdf0cb12c45945c34c3432ea01feeb23a9d7037 (diff) | |
download | tk-d83a7e0f396a0fb80db31573f08d03e7428d2d8e.zip tk-d83a7e0f396a0fb80db31573f08d03e7428d2d8e.tar.gz tk-d83a7e0f396a0fb80db31573f08d03e7428d2d8e.tar.bz2 |
* doc/bind.n:
* doc/canvas.n:
* doc/entry.n:
* doc/listbox.n:
* doc/photo.n: doc fix-ups [Bug: 5396]
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: |