(Common Keywords): Correct what missing :group means

* doc/lispref/customize.texi (Common Keywords): Correct what
missing :group means.
This commit is contained in:
Lars Ingebrigtsen 2016-05-03 19:06:13 +02:00
parent 79e58003aa
commit 93703c547a

View file

@ -68,8 +68,7 @@ cause confusion.}
@item :group @var{group}
Put this customization item in group @var{group}. If this keyword is
missing from a customization item, it'll be placed in the same group
as the previous customization item that had a @code{:group} spec (in
the same file).
that was last defined (in the current file).
When you use @code{:group} in a @code{defgroup}, it makes the new
group a subgroup of @var{group}.