summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-07-12 16:26:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-07-12 16:26:03 (GMT)
commit308c4fa18ac164fca1522a81c09760cd3e417799 (patch)
tree71ccd63ec1e2dd5dba1c5723f6daed92a27d71c9 /doc
parentcc1227d6d930a024f7b8ce22f70265a2020f625d (diff)
parented381a36648ee0c9050e7bcd0a44e92f295d21ff (diff)
downloadtk-308c4fa18ac164fca1522a81c09760cd3e417799.zip
tk-308c4fa18ac164fca1522a81c09760cd3e417799.tar.gz
tk-308c4fa18ac164fca1522a81c09760cd3e417799.tar.bz2
Fix Tk_ObjCustomOption documentation. Fix some indenting
Diffstat (limited to 'doc')
-rw-r--r--doc/SetOptions.32
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;