summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-05-03 19:06:13 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2016-05-03 19:06:36 +0200
commit93703c547a96bc257d4e4c1ae4c84e60cf217810 (patch)
tree1d03ffd68a5b5c1027f1b78a4fa7dc31f729e5fa /doc
parent79e58003aa91ea1273f2588c3891a6ad9c5d282e (diff)
downloademacs-93703c547a96bc257d4e4c1ae4c84e60cf217810.tar.gz
(Common Keywords): Correct what missing :group means
* doc/lispref/customize.texi (Common Keywords): Correct what missing :group means.
Diffstat (limited to 'doc')
-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.}
@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}.