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
6a57fb5f
Commit
6a57fb5f
authored
Jul 14, 2011
by
Lars Magne Ingebrigtsen
Browse files
`put-image' doc fix
* image.el (put-image): Mention the `put-image' overlay property (bug#7834).
parent
d7956b14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/image.el
lisp/image.el
+1
-0
No files found.
lisp/ChangeLog
View file @
6a57fb5f
2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
* image.el (put-image): Mention the `put-image' overlay property
(bug#7834).
* scroll-bar.el (set-scroll-bar-mode): Mention that
`scroll-bar-mode' lists the values (bug#7772).
...
...
lisp/image.el
View file @
6a57fb5f
...
...
@@ -389,6 +389,7 @@ IMAGE must be an image created with `create-image' or `defimage'.
IMAGE
is
displayed
by
putting
an
overlay
into
the
current
buffer
with
a
`
before-string
'
STRING
that
has
a
`
display
'
property
whose
value
is
the
image.
STRING
is
defaulted
if
you
omit
it.
The
overlay
created
will
have
the
`
put-overlay
'
property
set
to
t.
POS
may
be
an
integer
or
marker.
AREA
is
where
to
display
the
image.
AREA
nil
or
omitted
means
display
it
in
the
text
area,
a
value
of
`
left-margin
'
means
...
...
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