Document 'custom-group'
* doc/lispref/customize.texi (Group Definitions): Document the 'custom-group' property.
This commit is contained in:
parent
58f9e15a49
commit
7ddcc9ab1a
1 changed files with 7 additions and 0 deletions
|
@ -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
|
non-@code{nil}, the item's tag will omit @var{prefix}. A group can
|
||||||
have any number of prefixes.
|
have any number of prefixes.
|
||||||
@end table
|
@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
|
@end defmac
|
||||||
|
|
||||||
@defopt custom-unlispify-remove-prefixes
|
@defopt custom-unlispify-remove-prefixes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue