From 93137f94d8ae3632af0be31fd95b665ceb5a1245 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 6 Feb 2012 23:42:12 -0800 Subject: [PATCH] Minor adjustment to previous imagemagick change. --- doc/lispref/display.texi | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 99eb996a773..d5870fd3abb 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -4560,12 +4560,13 @@ There may be overlap between image loaders in your Emacs installation, and you may prefer to use a different one for a given image type (which loader will be used in practice depends on the priority of the loaders). -@end ignore For example, if you never want to use the ImageMagick loader to view -JPEG files, add @code{JPG} to this list. Note that ImageMagick often -distinguishes between several different types of a particular format -(e.g., @code{JPG}, @code{JPEG}, @code{PJPEG}, etc.), and you may need -to add all versions to this list. +JPEG files, add @code{JPG} to this list. +@end ignore +Note that ImageMagick often distinguishes between several different +types of a particular format (e.g., @code{JPG}, @code{JPEG}, +@code{PJPEG}, etc.), and you may need to add all versions to this +list. @c Not sure this should even be in the manual at all. @vindex imagemagick-render-type -- 2.39.2