diff options
Diffstat (limited to 'doc/lispref/customize.texi')
| -rw-r--r-- | doc/lispref/customize.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 14e6eb3ab25..4a6f7f2162b 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi | |||
| @@ -66,9 +66,12 @@ cause confusion.} | |||
| 66 | 66 | ||
| 67 | @kindex group@r{, customization keyword} | 67 | @kindex group@r{, customization keyword} |
| 68 | @item :group @var{group} | 68 | @item :group @var{group} |
| 69 | Put this customization item in group @var{group}. When you use | 69 | Put this customization item in group @var{group}. If this keyword is |
| 70 | @code{:group} in a @code{defgroup}, it makes the new group a subgroup of | 70 | missing from a customization item, it'll be placed in the same group |
| 71 | @var{group}. | 71 | that was last defined (in the current file). |
| 72 | |||
| 73 | When you use @code{:group} in a @code{defgroup}, it makes the new | ||
| 74 | group a subgroup of @var{group}. | ||
| 72 | 75 | ||
| 73 | If you use this keyword more than once, you can put a single item into | 76 | If you use this keyword more than once, you can put a single item into |
| 74 | more than one group. Displaying any of those groups will show this | 77 | more than one group. Displaying any of those groups will show this |