emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 8c1b1022439: ; * lisp/image.el (put-image): Doc fix.


From: Eli Zaretskii
Subject: emacs-29 8c1b1022439: ; * lisp/image.el (put-image): Doc fix.
Date: Mon, 3 Apr 2023 12:33:21 -0400 (EDT)

branch: emacs-29
commit 8c1b10224390e6613e9a742c438c700b20bb8742
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/image.el (put-image): Doc fix.
---
 lisp/image.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]