diff options
author | peter.spjuth@gmail.com <pspjuth> | 2011-04-21 21:18:33 (GMT) |
---|---|---|
committer | peter.spjuth@gmail.com <pspjuth> | 2011-04-21 21:18:33 (GMT) |
commit | 99d8c8a25a593f439b66623ea033736a77d101ec (patch) | |
tree | adc56cc5a2c5a2adaf468bceb6760ab706e0b6be /doc/radiobutton.n | |
parent | 2eeb334fb55800b68787a8aaa2469b6d057b7a2c (diff) | |
parent | 247b1394f63303a7e4e616fd0aac028c98946660 (diff) | |
download | tk-99d8c8a25a593f439b66623ea033736a77d101ec.zip tk-99d8c8a25a593f439b66623ea033736a77d101ec.tar.gz tk-99d8c8a25a593f439b66623ea033736a77d101ec.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 cf06f57..12ff87c 100644 --- a/doc/radiobutton.n +++ b/doc/radiobutton.n @@ -106,7 +106,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. |