diff options
| author | Eli Zaretskii | 2019-07-01 17:54:15 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-07-01 17:54:15 +0300 |
| commit | 6b7136a80db3cf85c187084c6aefac156cb8a388 (patch) | |
| tree | 8ac7b5d74f7cad861d83790e4b05f069d6bbd39f /doc | |
| parent | 8d963ba25d6bee185f66b81bf9d49a0661bd5249 (diff) | |
| download | emacs-6b7136a80db3cf85c187084c6aefac156cb8a388.tar.gz emacs-6b7136a80db3cf85c187084c6aefac156cb8a388.zip | |
Adjust return value of image-transforms-p
* src/image.c (Fimage_transforms_p):
* doc/lispref/display.texi (Image Descriptors):
image-transforms-p now returns at most (scale rotate90), even
if ImageMagick is available.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index c95f2df0fb8..5fb6433c7aa 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5350,10 +5350,6 @@ Image scaling is supported by @var{frame} via the @code{:scale}, | |||
| 5350 | @item rotate90 | 5350 | @item rotate90 |
| 5351 | Image rotation is supported by @var{frame} if the rotation angle is an | 5351 | Image rotation is supported by @var{frame} if the rotation angle is an |
| 5352 | integral multiple of 90 degrees. | 5352 | integral multiple of 90 degrees. |
| 5353 | @item rotate | ||
| 5354 | Image rotation by arbitrary angles is supported by @var{frame}. | ||
| 5355 | @item crop | ||
| 5356 | Image cropping is supported by @var{frame}. | ||
| 5357 | @end table | 5353 | @end table |
| 5358 | 5354 | ||
| 5359 | If image transforms are not supported, @code{:rotation}, @code{:crop}, | 5355 | If image transforms are not supported, @code{:rotation}, @code{:crop}, |