aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/customize.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index de130d57d30..4a6f7f2162b 100644
--- a/doc/lispref/customize.texi
+++ b/doc/lispref/customize.texi
@@ -68,8 +68,7 @@ cause confusion.}
68@item :group @var{group} 68@item :group @var{group}
69Put this customization item in group @var{group}. If this keyword is 69Put this customization item in group @var{group}. If this keyword is
70missing from a customization item, it'll be placed in the same group 70missing from a customization item, it'll be placed in the same group
71as the previous customization item that had a @code{:group} spec (in 71that was last defined (in the current file).
72the same file).
73 72
74When you use @code{:group} in a @code{defgroup}, it makes the new 73When you use @code{:group} in a @code{defgroup}, it makes the new
75group a subgroup of @var{group}. 74group a subgroup of @var{group}.