mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
* image.el (put-image): Doc typo fix.
This commit is contained in:
parent
46cfea45c4
commit
12dc863d62
@ -1,5 +1,7 @@
|
||||
2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* image.el (put-image): Doc typo fix.
|
||||
|
||||
* progmodes/etags.el (tags-search): Doc typo fix.
|
||||
|
||||
* mail/smtpmail.el (smtpmail-via-smtp): Query the user for
|
||||
|
@ -389,7 +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.
|
||||
The overlay created will have the `put-image' 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…
Reference in New Issue
Block a user