summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/SetOptions.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3
index 62b48d8..41e49e9 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 {
- const char *\fname\fR;
+ const char *\fIname\fR;
Tk_CustomOptionSetProc *\fIsetProc\fR;
Tk_CustomOptionGetProc *\fIgetProc\fR;
Tk_CustomOptionRestoreProc *\fIrestoreProc\fR;