diff options
| author | Richard M. Stallman | 2007-11-29 22:36:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-11-29 22:36:17 +0000 |
| commit | 61a2fe01d87c381e2d33a1aa20a831435e630bf7 (patch) | |
| tree | 4745779af0b782d43b6bf7636c76bb8030c0cfc2 | |
| parent | 023df4cfe39ec4ee699e882c3a2219ce9da5807d (diff) | |
| download | emacs-61a2fe01d87c381e2d33a1aa20a831435e630bf7.tar.gz emacs-61a2fe01d87c381e2d33a1aa20a831435e630bf7.zip | |
(Composite Types): Document `group' type.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/customize.texi | 5 |
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 @@ | |||
| 1 | 2007-11-29 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * customize.texi (Composite Types): Document `group' type. | ||
| 4 | |||
| 1 | 2007-11-24 Richard Stallman <rms@gnu.org> | 5 | 2007-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. | |||
| 747 | In the customization buffer, each element is displayed and edited | 747 | In the customization buffer, each element is displayed and edited |
| 748 | separately, according to the type specified for it. | 748 | separately, according to the type specified for it. |
| 749 | 749 | ||
| 750 | @item (group @var{element-types}@dots{}) | ||
| 751 | This works like @code{list} except for the formatting | ||
| 752 | of text in the Custom buffer. @code{list} labels each | ||
| 753 | element value with its tag; @code{group} does not. | ||
| 754 | |||
| 750 | @item (vector @var{element-types}@dots{}) | 755 | @item (vector @var{element-types}@dots{}) |
| 751 | Like @code{list} except that the value must be a vector instead of a | 756 | Like @code{list} except that the value must be a vector instead of a |
| 752 | list. The elements work the same as in @code{list}. | 757 | list. The elements work the same as in @code{list}. |