diff options
| author | Glenn Morris | 2018-05-07 07:50:49 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-05-07 07:50:49 -0700 |
| commit | 766b057e41df7316808ec7658836fda75facda75 (patch) | |
| tree | 9f35f8fdc99192a66c01c10b8a6b3cae1fb6ebd4 /doc | |
| parent | 6e362a32bc9d21f73a0f29ca6f45481edeea6f29 (diff) | |
| parent | 1d732d699d63b5dbfa7d0a0f44e6119d58f852bc (diff) | |
| download | emacs-766b057e41df7316808ec7658836fda75facda75.tar.gz emacs-766b057e41df7316808ec7658836fda75facda75.zip | |
Merge from origin/emacs-26
1d732d6 (origin/emacs-26) Fix gud-statement for pdb
91a68b5 ; * msdos/INSTALL: Add info about GCC versions.
7ddcc9a Document 'custom-group'
58f9e15 A minor addition to etc/DEBUG
4590414 Avoid errors in ispell.el when Enchant returns empty extra chars
d0d75f9 Make 'ispell-initialize-spellchecker-hook' work again
b90ce66 Handle selected_window change in prepare_menu_bars (Bug#31312)
79ad0b3 ; * INSTALL: Fix Emacs version number. (Bug#31358)
91de88b Fix report-emacs-bug via mailclient on MS-Windows
f4b5ff2 Port collation tests to glibc 2.27
Diffstat (limited to 'doc')
| -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 |