summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-04-30 13:52:55 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-04-30 13:52:55 (GMT)
commit7bcc1b34fb5c7ee5a94a38787dab70b7db7c9cc3 (patch)
tree34ca96d393cdaf7a989e67f64a411b6f7749c060
parent04b88c812c2e34880eb39a6ee03334dc9b141478 (diff)
downloadtk-7bcc1b34fb5c7ee5a94a38787dab70b7db7c9cc3.zip
tk-7bcc1b34fb5c7ee5a94a38787dab70b7db7c9cc3.tar.gz
tk-7bcc1b34fb5c7ee5a94a38787dab70b7db7c9cc3.tar.bz2
Fix typo
-rw-r--r--doc/ttk_button.n9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/ttk_button.n b/doc/ttk_button.n
index a0e11c7..a3b7c89 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.11.2.1 2008/05/11 00:31:00 patthoyts Exp $
+'\" RCS: @(#) $Id: ttk_button.n,v 1.11.2.2 2009/04/30 13:52:55 dkf Exp $
'\"
.so man.macros
.TH ttk::button n 8.5 Tk "Tk Themed Widget"
@@ -58,8 +58,7 @@ in the style.
.SH "WIDGET COMMAND"
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.
@@ -74,3 +73,7 @@ widget command does not affect the state option.
ttk::widget(n), button(n)
.SH "KEYWORDS"
widget, button, default, command
+'\" Local Variables:
+'\" mode: nroff
+'\" fill-column: 78
+'\" End: