[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107161: Minor adjustment to previous
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107161: Minor adjustment to previous imagemagick change. |
Date: |
Mon, 06 Feb 2012 23:42:12 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107161
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-02-06 23:42:12 -0800
message:
Minor adjustment to previous imagemagick change.
modified:
doc/lispref/display.texi
=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi 2012-02-07 04:20:16 +0000
+++ b/doc/lispref/display.texi 2012-02-07 07:42:12 +0000
@@ -4560,12 +4560,13 @@
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).
+For example, if you never want to use the ImageMagick loader to view
+JPEG files, add @code{JPG} to this list.
@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.
+Note that ImageMagick often distinguishes between several different
+types of a particular format (e.g., @code{JPG}, @code{JPEG},
address@hidden, 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107161: Minor adjustment to previous imagemagick change.,
Glenn Morris <=