diff options
author | fvogel <fvogelnew1@free.fr> | 2023-07-01 16:18:11 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2023-07-01 16:18:11 (GMT) |
commit | 4bfa34abecbb264addf37af4d75caec8f4913163 (patch) | |
tree | 639da5bd355989991a7322155a5720ab45104937 /win | |
parent | ea3910ca7bc5d606a0642b00742d37b7b036c7be (diff) | |
download | tk-4bfa34abecbb264addf37af4d75caec8f4913163.zip tk-4bfa34abecbb264addf37af4d75caec8f4913163.tar.gz tk-4bfa34abecbb264addf37af4d75caec8f4913163.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 'win')
-rw-r--r-- | win/tkWinConfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinConfig.c b/win/tkWinConfig.c index ab0bb5f..e2f8ac1 100644 --- a/win/tkWinConfig.c +++ b/win/tkWinConfig.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. * |