summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-05-03 00:02:50 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2016-05-03 00:03:20 +0200
commit805204f3efdf3e9cb3ccd2783b7ba44f8c1fdb5a (patch)
treea8ae0edbad118b7f5a9c8ae987bced8a45a9f4e7
parentec554d7741d2ff2828ecaa437cc26a6e615f1319 (diff)
downloademacs-805204f3efdf3e9cb3ccd2783b7ba44f8c1fdb5a.tar.gz
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).
-rw-r--r--doc/lispref/customize.texi10
1 files changed, 7 insertions, 3 deletions
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