diff options
| author | Eli Zaretskii | 2022-02-12 14:28:45 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-02-12 14:28:45 +0200 |
| commit | cdcfeef13cf830e4a449e00845e7284438e5a30f (patch) | |
| tree | 4f0d25116c20635b34fd859607b6741902bc782d | |
| parent | 6015d5e8eee9baa328f81dbcdf14fda2a21f2286 (diff) | |
| download | emacs-cdcfeef13cf830e4a449e00845e7284438e5a30f.tar.gz emacs-cdcfeef13cf830e4a449e00845e7284438e5a30f.zip | |
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)
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index d1b61d3fb5b..3fd54cb147f 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -6467,7 +6467,9 @@ buffer's text. | |||
| 6467 | 6467 | ||
| 6468 | The argument @var{slice} specifies a slice of the image to insert. If | 6468 | The argument @var{slice} specifies a slice of the image to insert. If |
| 6469 | @var{slice} is @code{nil} or omitted the whole image is inserted. | 6469 | @var{slice} is @code{nil} or omitted the whole image is inserted. |
| 6470 | Otherwise, @var{slice} is a list @code{(@var{x} @var{y} @var{width} | 6470 | (However, note that images are chopped on display at the window's |
| 6471 | right edge, because wrapping images is not supported.) Otherwise, | ||
| 6472 | @var{slice} is a list @code{(@var{x} @var{y} @var{width} | ||
| 6471 | @var{height})} which specifies the @var{x} and @var{y} positions and | 6473 | @var{height})} which specifies the @var{x} and @var{y} positions and |
| 6472 | @var{width} and @var{height} of the image area to insert. Integer | 6474 | @var{width} and @var{height} of the image area to insert. Integer |
| 6473 | values are in units of pixels. A floating-point number in the range | 6475 | values are in units of pixels. A floating-point number in the range |