Mercurial > emacs
changeset 79507:16cf3924524e
(Composite Types): Document `group' type.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 29 Nov 2007 22:36:10 +0000 |
parents | b2ecd4774c57 |
children | 226de5ee19d3 |
files | lispref/customize.texi |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/customize.texi Thu Nov 29 22:35:11 2007 +0000 +++ b/lispref/customize.texi Thu Nov 29 22:36:10 2007 +0000 @@ -747,6 +747,11 @@ In the customization buffer, each element is displayed and edited separately, according to the type specified for it. +@item (group @var{element-types}@dots{}) +This works like @code{list} except for the formatting +of text in the Custom buffer. @code{list} labels each +element value with its tag; @code{group} does not. + @item (vector @var{element-types}@dots{}) Like @code{list} except that the value must be a vector instead of a list. The elements work the same as in @code{list}.