(Composite Types): Document `group' type.
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Nov 2007 22:36:17 +0000 (22:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Nov 2007 22:36:17 +0000 (22:36 +0000)
lispref/ChangeLog
lispref/customize.texi

index e63bfec..e0a5b2d 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-29  Richard Stallman  <rms@gnu.org>
+
+       * customize.texi (Composite Types): Document `group' type.
+
 2007-11-24  Richard Stallman  <rms@gnu.org>
 
        * display.texi (Refresh Screen, Forcing Redisplay): 
index 8b1b1a9..fede33b 100644 (file)
@@ -747,6 +747,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}.