diff options
author | fvogel <fvogelnew1@free.fr> | 2023-07-01 16:19:05 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2023-07-01 16:19:05 (GMT) |
commit | c745902c52c6edf1e3d7705dd06c4c3b43d42ac2 (patch) | |
tree | 8372a07af4ec7f07d295ac7be1c710cd21f52fe2 /unix | |
parent | b68962bb72f123b7fd6128fd11cddcd6e3589839 (diff) | |
parent | 4bfa34abecbb264addf37af4d75caec8f4913163 (diff) | |
download | tk-c745902c52c6edf1e3d7705dd06c4c3b43d42ac2.zip tk-c745902c52c6edf1e3d7705dd06c4c3b43d42ac2.tar.gz tk-c745902c52c6edf1e3d7705dd06c4c3b43d42ac2.tar.bz2 |
Fix documentation of Tk_GetSystemDefault(). Error in the man page was introduced in [20e9d21a], the comments in the source code were incorrect.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixConfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixConfig.c b/unix/tkUnixConfig.c index 3a5aed1..055c004 100644 --- a/unix/tkUnixConfig.c +++ b/unix/tkUnixConfig.c @@ -22,7 +22,7 @@ * string representation of the option. * * Results: - * Returns a Tk_Uid that is the string identifier that identifies this + * Returns a Tcl_Obj* with the string identifier that identifies this * option. Returns NULL if there are no system defaults that match this * pair. * |