diff options
author | peter.spjuth@gmail.com <pspjuth> | 2011-04-21 21:01:11 (GMT) |
---|---|---|
committer | peter.spjuth@gmail.com <pspjuth> | 2011-04-21 21:01:11 (GMT) |
commit | 247b1394f63303a7e4e616fd0aac028c98946660 (patch) | |
tree | 7a5e80c6680ec2c8361edfe1a3eabb9662357397 /doc/radiobutton.n | |
parent | c9bd6734486876545bd61f76c92240250afb91c9 (diff) | |
download | tk-247b1394f63303a7e4e616fd0aac028c98946660.zip tk-247b1394f63303a7e4e616fd0aac028c98946660.tar.gz tk-247b1394f63303a7e4e616fd0aac028c98946660.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 ee64e1e..d18a5c1 100644 --- a/doc/radiobutton.n +++ b/doc/radiobutton.n @@ -93,7 +93,7 @@ In this state the \fBdisabledForeground\fR and 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. |