diff options
author | pspjuth <peter.spjuth@gmail.com> | 2011-04-21 21:23:36 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2011-04-21 21:23:36 (GMT) |
commit | 99c8472f4a62ed5e2b6377673a1002928ca27cb4 (patch) | |
tree | 83169cdf3c3bcdef41433b301ff89aa597d202b4 /doc/radiobutton.n | |
parent | e1764017a52caf4b2e3afb417a19b308007af8db (diff) | |
parent | 6b6a8249cce424ab3388f1c2a36849549beccf92 (diff) | |
download | tk-99c8472f4a62ed5e2b6377673a1002928ca27cb4.zip tk-99c8472f4a62ed5e2b6377673a1002928ca27cb4.tar.gz tk-99c8472f4a62ed5e2b6377673a1002928ca27cb4.tar.bz2 |
Document all variable options as global.
Diffstat (limited to 'doc/radiobutton.n')
-rw-r--r-- | doc/radiobutton.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/radiobutton.n b/doc/radiobutton.n index c9a0f02..6a7bb05 100644 --- a/doc/radiobutton.n +++ b/doc/radiobutton.n @@ -102,7 +102,7 @@ selection, also known as the tri-state mode. Defaults to Specifies value to store in the button's associated variable whenever this button is selected. .OP \-variable variable Variable -Specifies name of global variable to set whenever this button is +Specifies the name of a global variable to set whenever this button is selected. Changes in this variable also cause the button to select or deselect itself. Defaults to the value \fBselectedButton\fR. |