Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
61a2fe01
Commit
61a2fe01
authored
Nov 29, 2007
by
Richard M. Stallman
Browse files
(Composite Types): Document `group' type.
parent
023df4cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lispref/ChangeLog
lispref/ChangeLog
+4
-0
lispref/customize.texi
lispref/customize.texi
+5
-0
No files found.
lispref/ChangeLog
View file @
61a2fe01
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):
...
...
lispref/customize.texi
View file @
61a2fe01
...
...
@@ -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
}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment