]> git.eshelyaron.com Git - emacs.git/commitdiff
(Common Keywords): Correct what missing :group means
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 3 May 2016 17:06:13 +0000 (19:06 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 3 May 2016 17:06:36 +0000 (19:06 +0200)
* doc/lispref/customize.texi (Common Keywords): Correct what
missing :group means.

doc/lispref/customize.texi

index de130d57d30942c8a905d8aed61c223813db8802..4a6f7f2162bb3f210acd677d5ab9f234289bd7b4 100644 (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}.