aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/customize.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi
index b573ab942a6..176165294f9 100644
--- a/lispref/customize.texi
+++ b/lispref/customize.texi
@@ -119,7 +119,7 @@ keyword.
119 119
120 The way to declare new customization groups is with @code{defgroup}. 120 The way to declare new customization groups is with @code{defgroup}.
121 121
122@defmac defgroup group members doc [keyword value]... 122@defmac defgroup group members doc [keyword value]@dots{}
123Declare @var{group} as a customization group containing @var{members}. 123Declare @var{group} as a customization group containing @var{members}.
124Do not quote the symbol @var{group}. The argument @var{doc} specifies 124Do not quote the symbol @var{group}. The argument @var{doc} specifies
125the documentation string for the group. It should not start with a 125the documentation string for the group. It should not start with a