From 61a2fe01d87c381e2d33a1aa20a831435e630bf7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 29 Nov 2007 22:36:17 +0000 Subject: [PATCH] (Composite Types): Document `group' type. --- lispref/ChangeLog | 4 ++++ lispref/customize.texi | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index e63bfec00cf..e0a5b2d5049 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-11-29 Richard Stallman + + * customize.texi (Composite Types): Document `group' type. + 2007-11-24 Richard Stallman * display.texi (Refresh Screen, Forcing Redisplay): diff --git a/lispref/customize.texi b/lispref/customize.texi index 8b1b1a9b91f..fede33bd046 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi @@ -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}. -- 2.39.2