aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/customize.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/customize.texi')
-rw-r--r--doc/lispref/customize.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index 14e6eb3ab25..4a6f7f2162b 100644
--- a/doc/lispref/customize.texi
+++ b/doc/lispref/customize.texi
@@ -66,9 +66,12 @@ cause confusion.}
66 66
67@kindex group@r{, customization keyword} 67@kindex group@r{, customization keyword}
68@item :group @var{group} 68@item :group @var{group}
69Put this customization item in group @var{group}. When you use 69Put this customization item in group @var{group}. If this keyword is
70@code{:group} in a @code{defgroup}, it makes the new group a subgroup of 70missing from a customization item, it'll be placed in the same group
71@var{group}. 71that was last defined (in the current file).
72
73When you use @code{:group} in a @code{defgroup}, it makes the new
74group a subgroup of @var{group}.
72 75
73If you use this keyword more than once, you can put a single item into 76If you use this keyword more than once, you can put a single item into
74more than one group. Displaying any of those groups will show this 77more than one group. Displaying any of those groups will show this