diff options
author | hobbs <hobbs> | 2003-12-08 18:47:23 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-12-08 18:47:23 (GMT) |
commit | 1485ba3f47705e8f8161ccf7ad9bc55f90814eec (patch) | |
tree | aa3403d9f406dadeed8e3699adf5bc9d5c88b651 | |
parent | 95095f33c96ee93d276125f68a368155248c82f3 (diff) | |
download | tk-1485ba3f47705e8f8161ccf7ad9bc55f90814eec.zip tk-1485ba3f47705e8f8161ccf7ad9bc55f90814eec.tar.gz tk-1485ba3f47705e8f8161ccf7ad9bc55f90814eec.tar.bz2 |
clean up usage of 'edition' as a verb
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/entry.n | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2003-12-08 Jeff Hobbs <jeffh@ActiveState.com> + + * doc/entry.n: clean up usage of 'edition' as a verb. + 2003-12-05 Vince Darley <vincentdarley@users.sourceforge.net> * tests/text.test: diff --git a/doc/entry.n b/doc/entry.n index 084457b..60c5660 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.11 2003/02/19 18:52:13 mdejong Exp $ +'\" RCS: @(#) $Id: entry.n,v 1.12 2003/12/08 18:47:23 hobbs Exp $ '\" .so man.macros .TH entry n 8.3 Tk "Tk Built-In Commands" @@ -156,11 +156,11 @@ or -1 for focus, forced or textvariable validation. .IP \fB%i\fR 5 Index of char string to be inserted/deleted, if any, otherwise -1. .IP \fB%P\fR 5 -The value of the entry should edition occur. If you are configuring the +The value of the entry if the edit is allowed. If you are configuring the entry widget to have a new textvariable, this will be the value of that textvariable. .IP \fB%s\fR 5 -The current value of entry before edition. +The current value of entry prior to editing. .IP \fB%S\fR 5 The text string being inserted/deleted, if any, {} otherwise. .IP \fB%v\fR 5 |