]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/customize.texi
Merge from emacs--rel--22
[gnu-emacs] / doc / lispref / customize.texi
index 7c723a29f28898d2742af59572e8798ceb95133f..b97ce20fc228609d006078c37c13a9e4c5b7d0da 100644 (file)
@@ -755,6 +755,11 @@ string, and the third a function.
 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}.