emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 970b82b 3/8: Minor doc fix for ImageMagick/SVG buil


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 970b82b 3/8: Minor doc fix for ImageMagick/SVG builds
Date: Sat, 30 Apr 2016 20:49:24 +0000

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

    Minor doc fix for ImageMagick/SVG builds
    
    * doc/lispref/display.texi (SVG Images): Don't imply that you
    have to build Emacs yourself (bug#20702).
    (ImageMagick Images): Ditto.
---
 doc/lispref/display.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 2607788..28d0064 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -5139,7 +5139,7 @@ specifying the bounding box of the PostScript image, 
analogous to the
 @cindex ImageMagick images
 @cindex images, support for more formats
 
-  If you build Emacs with ImageMagick support, you can use the
+  If your Emacs build has ImageMagick support, you can use the
 ImageMagick library to load many image formats (@pxref{File
 Conveniences,,, emacs, The GNU Emacs Manual}).  The image type symbol
 for images loaded via ImageMagick is @code{imagemagick}, regardless of
@@ -5233,7 +5233,7 @@ Specifies a rotation angle in degrees.
 @cindex SVG images
 
 SVG (Scalable Vector Graphics) is an XML format for specifying images.
-If you build Emacs with SVG support, you can create and manipulate
+If your Emacs build has with SVG support, you can create and manipulate
 these images with the following commands.
 
 @defun svg-create width height &rest args



reply via email to

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