diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-30 13:54:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-30 13:54:04 (GMT) |
commit | 02c571dcf1eef45ba11f58cc29af6b9c592b4327 (patch) | |
tree | 93f3844692b44441616e7ca89ad70eb4fe8e73a2 | |
parent | ace9deb81ddbae8956cdf7994077c6b89e6f2589 (diff) | |
download | tk-02c571dcf1eef45ba11f58cc29af6b9c592b4327.zip tk-02c571dcf1eef45ba11f58cc29af6b9c592b4327.tar.gz tk-02c571dcf1eef45ba11f58cc29af6b9c592b4327.tar.bz2 |
Fix typo
-rw-r--r-- | doc/ttk_button.n | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ttk_button.n b/doc/ttk_button.n index 7d3ea02..1232c94 100644 --- a/doc/ttk_button.n +++ b/doc/ttk_button.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_button.n,v 1.15 2008/12/04 15:47:22 dkf Exp $ +'\" RCS: @(#) $Id: ttk_button.n,v 1.16 2009/04/30 13:54:04 dkf Exp $ '\" .so man.macros .TH ttk::button n 8.5 Tk "Tk Themed Widget" @@ -59,8 +59,7 @@ in the style. .PP In addition to the standard \fBcget\fR, \fBconfigure\fR, \fBidentify\fR, \fBinstate\fR, and \fBstate\fR -commands, checkbuttons support the following additional -widget commands: +commands, buttons support the following additional widget commands: .TP \fIpathName \fBinvoke\fR Invokes the command associated with the button. |