]> git.eshelyaron.com Git - emacs.git/commitdiff
Note in ELisp manual that too-wide images are truncated
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Feb 2022 12:28:45 +0000 (14:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Feb 2022 12:28:45 +0000 (14:28 +0200)
* doc/lispref/display.texi (Showing Images): Note that images are
truncated at the window's edge.  (Bug#53952)

doc/lispref/display.texi

index d1b61d3fb5b637e103d4655aa735188b3d9c22db..3fd54cb147f898a27afa3e85d47f763b77d1b011 100644 (file)
@@ -6467,7 +6467,9 @@ buffer's text.
 
 The argument @var{slice} specifies a slice of the image to insert.  If
 @var{slice} is @code{nil} or omitted the whole image is inserted.
-Otherwise, @var{slice} is a list @code{(@var{x} @var{y} @var{width}
+(However, note that images are chopped on display at the window's
+right edge, because wrapping images is not supported.)  Otherwise,
+@var{slice} is a list @code{(@var{x} @var{y} @var{width}
 @var{height})} which specifies the @var{x} and @var{y} positions and
 @var{width} and @var{height} of the image area to insert.  Integer
 values are in units of pixels.  A floating-point number in the range