mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
Note in ELisp manual that too-wide images are truncated
* doc/lispref/display.texi (Showing Images): Note that images are truncated at the window's edge. (Bug#53952)
This commit is contained in:
parent
6015d5e8ee
commit
cdcfeef13c
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue