aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/image.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-14 19:20:37 +0200
committerLars Magne Ingebrigtsen2011-07-14 19:20:37 +0200
commit6a57fb5f2ba5f040a39fcf4d04ca37619aa754bd (patch)
treea15e21a8401651dfc023d49c45c786d93526e7aa /lisp/image.el
parentd7956b14bf125124e85ba7bc2c06fe6310bb9b42 (diff)
downloademacs-6a57fb5f2ba5f040a39fcf4d04ca37619aa754bd.tar.gz
emacs-6a57fb5f2ba5f040a39fcf4d04ca37619aa754bd.zip
`put-image' doc fix
* image.el (put-image): Mention the `put-image' overlay property (bug#7834).
Diffstat (limited to 'lisp/image.el')
-rw-r--r--lisp/image.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/image.el b/lisp/image.el
index 91c0f3c9292..b67367ad436 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -389,6 +389,7 @@ IMAGE must be an image created with `create-image' or `defimage'.
389IMAGE is displayed by putting an overlay into the current buffer with a 389IMAGE is displayed by putting an overlay into the current buffer with a
390`before-string' STRING that has a `display' property whose value is the 390`before-string' STRING that has a `display' property whose value is the
391image. STRING is defaulted if you omit it. 391image. STRING is defaulted if you omit it.
392The overlay created will have the `put-overlay' property set to t.
392POS may be an integer or marker. 393POS may be an integer or marker.
393AREA is where to display the image. AREA nil or omitted means 394AREA is where to display the image. AREA nil or omitted means
394display it in the text area, a value of `left-margin' means 395display it in the text area, a value of `left-margin' means