]> git.eshelyaron.com Git - emacs.git/commitdiff
Move convert-images-externally documentation to Emacs manual
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 29 Sep 2019 11:32:30 +0000 (13:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 29 Sep 2019 11:32:30 +0000 (13:32 +0200)
* doc/emacs/files.texi (File Conveniences): Move bit about
convert-images-externally to user manual from lispref manual.

doc/emacs/files.texi
doc/lispref/display.texi

index 36ef1dcea21ff76f438eb3817cfd3c0563e4c8bd..35ba30adb3404679b2d200d923f5eaf274311447 100644 (file)
@@ -2161,6 +2161,15 @@ never be rendered using ImageMagick, regardless of the value of
 but Emacs should not).  To disable ImageMagick entirely, change
 @code{imagemagick-types-inhibit} to @code{t}.
 
+@vindex convert-images-externally
+  If Emacs doesn't have native support for the image format in
+question, and @code{convert-images-externally} is non-@code{nil},
+Emacs will try to determine whether there are external utilities that
+can be used to transform the image in question to @acronym{PNG} before
+displaying.  GraphicsMagick, ImageMagick and @command{ffmpeg} are
+currently supported for image conversions.
+
+
 @findex thumbs-mode
 @cindex mode, Thumbs
   The Image-Dired package can also be used to view images as
index a661eca13f0c549120078ac453176fc01461a143..fd6820897f391c5f6c6f65bca4a470f499927879 100644 (file)
@@ -6044,14 +6044,6 @@ properties---for example,
 (create-image "foo.xpm" 'xpm nil :heuristic-mask t)
 @end example
 
-@vindex convert-images-externally
-If Emacs doesn't have native support for the image format in question,
-and @code{convert-images-externally} is non-@code{nil}, Emacs will try
-to determine whether there are external utilities that can be used to
-transform the image in question to @acronym{PNG} before displaying.
-GraphicsMagick, ImageMagick and @command{ffmpeg} are currently
-supported for image conversions.
-
 The function returns @code{nil} if images of this type are not
 supported.  Otherwise it returns an image descriptor.
 @end defun