emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 93703c5: (Common Keywords): Correct what missing


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 93703c5: (Common Keywords): Correct what missing :group means
Date: Tue, 03 May 2016 17:06:41 +0000

branch: emacs-25
commit 93703c547a96bc257d4e4c1ae4c84e60cf217810
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    (Common Keywords): Correct what missing :group means
    
    * doc/lispref/customize.texi (Common Keywords): Correct what
    missing :group means.
---
 doc/lispref/customize.texi |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index de130d5..4a6f7f2 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}.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]