aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorGlenn Morris2012-02-06 19:46:18 -0800
committerGlenn Morris2012-02-06 19:46:18 -0800
commitdd605cc4a63834731b278c92ac9719c8a67492ea (patch)
treeb8675fe27ce9bea03d450375c51d99c554d75a0b /src/image.c
parentaf008560fea31dff76f6d7df3e386cf2af623a8d (diff)
downloademacs-dd605cc4a63834731b278c92ac9719c8a67492ea.tar.gz
emacs-dd605cc4a63834731b278c92ac9719c8a67492ea.zip
Small imagemagick doc fixes
* lisp/image.el (imagemagick-types-inhibit): Doc fix. * src/image.c (Fimagemagick_types): Doc fix.
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image.c b/src/image.c
index 21f97c32a0c..b2951dd70fb 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7983,6 +7983,7 @@ DEFUN ("imagemagick-types", Fimagemagick_types, Simagemagick_types, 0, 0, 0,
7983Each entry in this list is a symbol named after an ImageMagick format 7983Each entry in this list is a symbol named after an ImageMagick format
7984tag. See the ImageMagick manual for a list of ImageMagick formats and 7984tag. See the ImageMagick manual for a list of ImageMagick formats and
7985their descriptions (http://www.imagemagick.org/script/formats.php). 7985their descriptions (http://www.imagemagick.org/script/formats.php).
7986You can also try the shell command: `identify -list format'.
7986 7987
7987Note that ImageMagick recognizes many file-types that Emacs does not 7988Note that ImageMagick recognizes many file-types that Emacs does not
7988recognize as images, such as C. See `imagemagick-types-inhibit'. */) 7989recognize as images, such as C. See `imagemagick-types-inhibit'. */)