aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2019-07-01 17:54:15 +0300
committerEli Zaretskii2019-07-01 17:54:15 +0300
commit6b7136a80db3cf85c187084c6aefac156cb8a388 (patch)
tree8ac7b5d74f7cad861d83790e4b05f069d6bbd39f /doc
parent8d963ba25d6bee185f66b81bf9d49a0661bd5249 (diff)
downloademacs-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.texi4
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
5351Image rotation is supported by @var{frame} if the rotation angle is an 5351Image rotation is supported by @var{frame} if the rotation angle is an
5352integral multiple of 90 degrees. 5352integral multiple of 90 degrees.
5353@item rotate
5354Image rotation by arbitrary angles is supported by @var{frame}.
5355@item crop
5356Image cropping is supported by @var{frame}.
5357@end table 5353@end table
5358 5354
5359If image transforms are not supported, @code{:rotation}, @code{:crop}, 5355If image transforms are not supported, @code{:rotation}, @code{:crop},