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
14ac7224
Commit
14ac7224
authored
Nov 10, 1999
by
Gerd Moellmann
Browse files
Patch from rms.
parent
628cda31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
lispref/display.texi
lispref/display.texi
+8
-4
No files found.
lispref/display.texi
View file @
14ac7224
...
...
@@ -2300,10 +2300,14 @@ supported in the current configuration.
An
image
description
is
a
list
of
the
form
@
code
{(
image
.
@
var
{
props
})},
where
@
var
{
props
}
is
a
property
list
containing
alternating
keyword
symbols
(
symbols
whose
names
start
with
a
colon
)
and
their
values
.
Every
image
descriptor
must
contain
the
property
@
code
{:
type
@
var
{
type
}}
to
specify
the
format
of
the
image
.
The
value
of
@
var
{
type
}
should
be
an
image
type
symbol
;
for
example
,
@
code
{
xpm
}
for
an
image
in
XPM
format
.
their
values
.
You
can
use
any
Lisp
object
as
a
property
,
but
the
only
properties
that
have
any
special
meaning
are
certain
symbols
,
all
of
them
keywords
.
Every
image
descriptor
must
contain
the
property
@
code
{:
type
@
var
{
type
}}
to
specify
the
format
of
the
image
.
The
value
of
@
var
{
type
}
should
be
an
image
type
symbol
;
for
example
,
@
code
{
xpm
}
for
an
image
in
XPM
format
.
Here
is
a
list
of
other
properties
that
are
meaningful
for
all
image
types
:
...
...
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