diff options
author | dgp <dgp@users.sourceforge.net> | 2016-02-25 14:38:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-02-25 14:38:39 (GMT) |
commit | 4b9a72a445fc72b0ca531990c521ddd01c47600b (patch) | |
tree | 1830e511a45933b6ca9091abf1f00452f9105845 | |
parent | 7763a500c4bd55f1cf45cf9afe70eeead7ff2352 (diff) | |
parent | 612675a4f57c40b222eccf363977705fbdd848aa (diff) | |
download | tk-4b9a72a445fc72b0ca531990c521ddd01c47600b.zip tk-4b9a72a445fc72b0ca531990c521ddd01c47600b.tar.gz tk-4b9a72a445fc72b0ca531990c521ddd01c47600b.tar.bz2 |
merge trunk, doc change only
-rw-r--r-- | doc/spinbox.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/spinbox.n b/doc/spinbox.n index 7227cf1..330bb17 100644 --- a/doc/spinbox.n +++ b/doc/spinbox.n @@ -55,7 +55,7 @@ A floating-point value corresponding to the lowest value for a spinbox, to be used in conjunction with \fB\-to\fR and \fB\-increment\fR. When all are specified correctly, the spinbox will use these values to control its contents. This value must be less than the \fB\-to\fR option. -If \fB\-values\fR is specified, it supercedes this option. +If \fB\-values\fR is specified, it supersedes this option. .OP "\-invalidcommand or \-invcmd" invalidCommand InvalidCommand Specifies a script to eval when \fB\-validatecommand\fR returns 0. Setting it to an empty string disables this feature (the default). The best use of @@ -84,7 +84,7 @@ A floating-point value corresponding to the highest value for the spinbox, to be used in conjunction with \fB\-from\fR and \fB\-increment\fR. When all are specified correctly, the spinbox will use these values to control its contents. This value must be greater than the \fB\-from\fR option. -If \fB\-values\fR is specified, it supercedes this option. +If \fB\-values\fR is specified, it supersedes this option. .OP \-validate validate Validate Specifies the mode in which validation should operate: \fBnone\fR, \fBfocus\fR, \fBfocusin\fR, \fBfocusout\fR, \fBkey\fR, or \fBall\fR. |