diff options
author | fvogel <fvogelnew1@free.fr> | 2023-07-01 16:27:30 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2023-07-01 16:27:30 (GMT) |
commit | d42e87bee91b212383531bc052bf7699c1c83e09 (patch) | |
tree | 5864a109c62e52de5686cb714916e0f55076a579 /macosx | |
parent | 8757c76d0e4d9a8ce41a1f2f1b0e0ac360147010 (diff) | |
download | tk-d42e87bee91b212383531bc052bf7699c1c83e09.zip tk-d42e87bee91b212383531bc052bf7699c1c83e09.tar.gz tk-d42e87bee91b212383531bc052bf7699c1c83e09.tar.bz2 |
Fix documentation (comments) of TkpGetSystemDefault.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXConfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXConfig.c b/macosx/tkMacOSXConfig.c index 1588d21..68ce856 100644 --- a/macosx/tkMacOSXConfig.c +++ b/macosx/tkMacOSXConfig.c @@ -23,7 +23,7 @@ * return a string representation of the option. * * Results: - * Returns a Tk_Uid that is the string identifier that identifies + * Returns a Tcl_Obj* with the string identifier that identifies * this option. Returns NULL if there are no system defaults * that match this pair. * |