]> code.delx.au - gnu-emacs/commitdiff
Mention what a missing :group does
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 2 May 2016 22:02:50 +0000 (00:02 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 2 May 2016 22:03:20 +0000 (00:03 +0200)
* doc/lispref/customize.texi (Common Keywords): Document that
a missing :group reuses the group from the preceding item (bug#21601).

doc/lispref/customize.texi

index 14e6eb3ab25f5a8f5ecfa81eab19d3f2f3693532..de130d57d30942c8a905d8aed61c223813db8802 100644 (file)
@@ -66,9 +66,13 @@ cause confusion.}
 
 @kindex group@r{, customization keyword}
 @item :group @var{group}
-Put this customization item in group @var{group}.  When you use
-@code{:group} in a @code{defgroup}, it makes the new group a subgroup of
-@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).
+
+When you use @code{:group} in a @code{defgroup}, it makes the new
+group a subgroup of @var{group}.
 
 If you use this keyword more than once, you can put a single item into
 more than one group.  Displaying any of those groups will show this