diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 260778806d4..28d00641df3 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 | |||
| 5139 | @cindex ImageMagick images | 5139 | @cindex ImageMagick images |
| 5140 | @cindex images, support for more formats | 5140 | @cindex images, support for more formats |
| 5141 | 5141 | ||
| 5142 | If you build Emacs with ImageMagick support, you can use the | 5142 | If your Emacs build has ImageMagick support, you can use the |
| 5143 | ImageMagick library to load many image formats (@pxref{File | 5143 | ImageMagick library to load many image formats (@pxref{File |
| 5144 | Conveniences,,, emacs, The GNU Emacs Manual}). The image type symbol | 5144 | Conveniences,,, emacs, The GNU Emacs Manual}). The image type symbol |
| 5145 | for images loaded via ImageMagick is @code{imagemagick}, regardless of | 5145 | for images loaded via ImageMagick is @code{imagemagick}, regardless of |
| @@ -5233,7 +5233,7 @@ Specifies a rotation angle in degrees. | |||
| 5233 | @cindex SVG images | 5233 | @cindex SVG images |
| 5234 | 5234 | ||
| 5235 | SVG (Scalable Vector Graphics) is an XML format for specifying images. | 5235 | SVG (Scalable Vector Graphics) is an XML format for specifying images. |
| 5236 | If you build Emacs with SVG support, you can create and manipulate | 5236 | If your Emacs build has with SVG support, you can create and manipulate |
| 5237 | these images with the following commands. | 5237 | these images with the following commands. |
| 5238 | 5238 | ||
| 5239 | @defun svg-create width height &rest args | 5239 | @defun svg-create width height &rest args |