]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 e63bfec00cf055ec5a3128fa0f2619ce6a141b53..e0a5b2d504936c447027f9975a3ef415b0e3cd13 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 8b1b1a9b91f9615d2a92884ef704f0dbbe73ba3f..fede33bd0462a0563930352a87024f4d996e5a4c 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}.