From: Lars Ingebrigtsen Date: Mon, 2 May 2016 22:02:50 +0000 (+0200) Subject: Mention what a missing :group does X-Git-Tag: emacs-25.0.94~46 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=805204f;p=emacs.git Mention what a missing :group does * doc/lispref/customize.texi (Common Keywords): Document that a missing :group reuses the group from the preceding item (bug#21601). --- diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 14e6eb3ab25..de130d57d30 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -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