aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-11-29 22:36:17 +0000
committerRichard M. Stallman2007-11-29 22:36:17 +0000
commit61a2fe01d87c381e2d33a1aa20a831435e630bf7 (patch)
tree4745779af0b782d43b6bf7636c76bb8030c0cfc2
parent023df4cfe39ec4ee699e882c3a2219ce9da5807d (diff)
downloademacs-61a2fe01d87c381e2d33a1aa20a831435e630bf7.tar.gz
emacs-61a2fe01d87c381e2d33a1aa20a831435e630bf7.zip
(Composite Types): Document `group' type.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/customize.texi5
2 files changed, 9 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index e63bfec00cf..e0a5b2d5049 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12007-11-29 Richard Stallman <rms@gnu.org>
2
3 * customize.texi (Composite Types): Document `group' type.
4
12007-11-24 Richard Stallman <rms@gnu.org> 52007-11-24 Richard Stallman <rms@gnu.org>
2 6
3 * display.texi (Refresh Screen, Forcing Redisplay): 7 * 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.
747In the customization buffer, each element is displayed and edited 747In the customization buffer, each element is displayed and edited
748separately, according to the type specified for it. 748separately, according to the type specified for it.
749 749
750@item (group @var{element-types}@dots{})
751This works like @code{list} except for the formatting
752of text in the Custom buffer. @code{list} labels each
753element value with its tag; @code{group} does not.
754
750@item (vector @var{element-types}@dots{}) 755@item (vector @var{element-types}@dots{})
751Like @code{list} except that the value must be a vector instead of a 756Like @code{list} except that the value must be a vector instead of a
752list. The elements work the same as in @code{list}. 757list. The elements work the same as in @code{list}.