1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

Document 'custom-group'

* doc/lispref/customize.texi (Group Definitions): Document the
'custom-group' property.
This commit is contained in:
Eli Zaretskii 2018-05-04 18:00:02 +03:00
parent 58f9e15a49
commit 7ddcc9ab1a

View File

@ -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