diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-26 07:07:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-26 07:07:11 (GMT) |
commit | 3d68ec991c54fcf2472aaf3b09fae7b6aa224254 (patch) | |
tree | d230a37bde1f110863450ee80feb0c0ff49955a2 | |
parent | d9a19eb86556ff35a008fd183edaedb37ca511a5 (diff) | |
parent | dce38174a3c32aacb64f57b5873b3deae083d36f (diff) | |
download | tk-3d68ec991c54fcf2472aaf3b09fae7b6aa224254.zip tk-3d68ec991c54fcf2472aaf3b09fae7b6aa224254.tar.gz tk-3d68ec991c54fcf2472aaf3b09fae7b6aa224254.tar.bz2 |
Merge 8.6
-rw-r--r-- | doc/SetOptions.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3 index 65fe8cd..0b58dc8 100644 --- a/doc/SetOptions.3 +++ b/doc/SetOptions.3 @@ -420,8 +420,8 @@ internal representation is set to zero. The value must be standard relief such as \fBraised\fR. The internal form is an integer relief value such as \fBTK_RELIEF_RAISED\fR. This option type supports the \fBTK_OPTION_NULL_OK\fR -flag; if the empty string is specified as the value for the option, -the integer relief value is set to \fBTK_RELIEF_NULL\fR. +flag; if a NULL value is set, the internal representation is set to +\fBTK_RELIEF_NULL\fR. .TP \fBTK_OPTION_STRING\fR The value may be any string. The internal form is a (char *) pointer |