diff options
| author | Eli Zaretskii | 2018-05-04 18:00:02 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-05-04 18:00:02 +0300 |
| commit | 7ddcc9ab1a862414b9481af7a587c4add2b60abe (patch) | |
| tree | c962888a3243f8c9d2b6ed62bf1fdf29f9151357 | |
| parent | 58f9e15a49efc3148359ad4c889b8105183d27bc (diff) | |
| download | emacs-7ddcc9ab1a862414b9481af7a587c4add2b60abe.tar.gz emacs-7ddcc9ab1a862414b9481af7a587c4add2b60abe.zip | |
Document 'custom-group'
* doc/lispref/customize.texi (Group Definitions): Document the
'custom-group' property.
| -rw-r--r-- | doc/lispref/customize.texi | 7 |
1 files changed, 7 insertions, 0 deletions
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 | |||
| 257 | non-@code{nil}, the item's tag will omit @var{prefix}. A group can | 257 | non-@code{nil}, the item's tag will omit @var{prefix}. A group can |
| 258 | have any number of prefixes. | 258 | have any number of prefixes. |
| 259 | @end table | 259 | @end table |
| 260 | |||
| 261 | @cindex @code{custom-group} property | ||
| 262 | The variables and subgroups of a group are stored in the | ||
| 263 | @code{custom-group} property of the group's symbol. @xref{Symbol | ||
| 264 | Plists}. The value of that property is a list of pairs whose | ||
| 265 | @code{car} is the variable or subgroup symbol and the @code{cdr} is | ||
| 266 | either @code{custom-variable} or @code{custom-group}. | ||
| 260 | @end defmac | 267 | @end defmac |
| 261 | 268 | ||
| 262 | @defopt custom-unlispify-remove-prefixes | 269 | @defopt custom-unlispify-remove-prefixes |