From: Eli Zaretskii Date: Mon, 3 Apr 2023 16:32:46 +0000 (+0300) Subject: ; * lisp/image.el (put-image): Doc fix. X-Git-Tag: emacs-29.0.90~32 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c1b10224390e6613e9a742c438c700b20bb8742;p=emacs.git ; * lisp/image.el (put-image): Doc fix. --- diff --git a/lisp/image.el b/lisp/image.el index 29c39c5dd55..41bbed5006e 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -595,8 +595,8 @@ If nil, use the `image-scaling-factor' variable." 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-image' property set to t. +image. STRING defaults to \"x\" if it's nil or omitted. +The overlay created by this function has 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