diff options
Diffstat (limited to 'doc/ttk_entry.n')
-rw-r--r-- | doc/ttk_entry.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ttk_entry.n b/doc/ttk_entry.n index 5533e76..f8cdf2b 100644 --- a/doc/ttk_entry.n +++ b/doc/ttk_entry.n @@ -68,7 +68,7 @@ Specifies one of three states for the entry, \fBnormal\fR, \fBdisabled\fR, or \fBreadonly\fR. See \fBWIDGET STATES\fR, below. .OP \-textvariable textVariable Variable -Specifies the name of a variable whose value is linked +Specifies the name of a global variable whose value is linked to the entry widget's contents. Whenever the variable changes value, the widget's contents are updated, and vice versa. |