From: Eli Zaretskii Date: Fri, 4 May 2018 15:00:02 +0000 (+0300) Subject: Document 'custom-group' X-Git-Tag: emacs-26.1~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ddcc9ab1a862414b9481af7a587c4add2b60abe;p=emacs.git Document 'custom-group' * doc/lispref/customize.texi (Group Definitions): Document the 'custom-group' property. --- diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 7fea507fd03..4d88d7c8c98 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -257,6 +257,13 @@ customizable variable @code{custom-unlispify-remove-prefixes} is non-@code{nil}, the item's tag will omit @var{prefix}. A group can have any number of prefixes. @end table + +@cindex @code{custom-group} property +The variables and subgroups of a group are stored in the +@code{custom-group} property of the group's symbol. @xref{Symbol +Plists}. The value of that property is a list of pairs whose +@code{car} is the variable or subgroup symbol and the @code{cdr} is +either @code{custom-variable} or @code{custom-group}. @end defmac @defopt custom-unlispify-remove-prefixes