`put-image' doc fix
* image.el (put-image): Mention the `put-image' overlay property (bug#7834).
This commit is contained in:
parent
d7956b14bf
commit
6a57fb5f2b
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
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).
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue