emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ab2a8f7: Move convert-images-externally documentati


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master ab2a8f7: Move convert-images-externally documentation to Emacs manual
Date: Sun, 29 Sep 2019 07:32:38 -0400 (EDT)

branch: master
commit ab2a8f70775ff1c51e3b3b5f7b337c3fe5132db2
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Move convert-images-externally documentation to Emacs manual
    
    * doc/emacs/files.texi (File Conveniences): Move bit about
    convert-images-externally to user manual from lispref manual.
---
 doc/emacs/files.texi     | 9 +++++++++
 doc/lispref/display.texi | 8 --------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 36ef1dc..35ba30a 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -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
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index a661eca..fd68208 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]