From 405cd1740e12c6b84187670afbaf7f835310c288 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 12 Jul 2024 06:43:18 +0000 Subject: Fix Tk_ObjCustomOption documentation --- doc/SetOptions.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/SetOptions.3 b/doc/SetOptions.3 index c989821..2eb3b88 100644 --- a/doc/SetOptions.3 +++ b/doc/SetOptions.3 @@ -521,7 +521,7 @@ free, and restore saved copies of the type and creating a structure pointing to those procedures: .CS typedef struct Tk_ObjCustomOption { - char *name; + const char *\fname\fR; Tk_CustomOptionSetProc *\fIsetProc\fR; Tk_CustomOptionGetProc *\fIgetProc\fR; Tk_CustomOptionRestoreProc *\fIrestoreProc\fR; -- cgit v0.12