diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-07-12 16:26:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-07-12 16:26:03 (GMT) |
commit | 308c4fa18ac164fca1522a81c09760cd3e417799 (patch) | |
tree | 71ccd63ec1e2dd5dba1c5723f6daed92a27d71c9 /doc/SetOptions.3 | |
parent | cc1227d6d930a024f7b8ce22f70265a2020f625d (diff) | |
parent | ed381a36648ee0c9050e7bcd0a44e92f295d21ff (diff) | |
download | tk-308c4fa18ac164fca1522a81c09760cd3e417799.zip tk-308c4fa18ac164fca1522a81c09760cd3e417799.tar.gz tk-308c4fa18ac164fca1522a81c09760cd3e417799.tar.bz2 |
Fix Tk_ObjCustomOption documentation. Fix some indenting
Diffstat (limited to 'doc/SetOptions.3')
-rw-r--r-- | doc/SetOptions.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3 index cc206d4..62b48d8 100644 --- a/doc/SetOptions.3 +++ b/doc/SetOptions.3 @@ -530,7 +530,7 @@ free, and restore saved copies of the type and creating a structure pointing to those procedures: .CS typedef struct { - char *name; + const char *\fname\fR; Tk_CustomOptionSetProc *\fIsetProc\fR; Tk_CustomOptionGetProc *\fIgetProc\fR; Tk_CustomOptionRestoreProc *\fIrestoreProc\fR; |