diff src/image.c @ 110176:e04dbb6aa46a

* image.c (Fimagemagick_types): Doc fix.
author Andreas Schwab <schwab@linux-m68k.org>
date Sat, 04 Sep 2010 12:43:43 +0200
parents 6488e31d7e94
children 44aeafd02c21
line wrap: on
line diff
--- a/src/image.c	Sat Sep 04 12:41:52 2010 +0200
+++ b/src/image.c	Sat Sep 04 12:43:43 2010 +0200
@@ -7825,8 +7825,8 @@
 
 DEFUN ("imagemagick-types", Fimagemagick_types, Simagemagick_types, 0, 0, 0, 
        doc: /* Return image file types supported by ImageMagick.
-               Since ImageMagick recognizes a lot of file-types that clash with Emacs,
-               such as .c, we want to be able to alter the list at the lisp level.  */)
+Since ImageMagick recognizes a lot of file-types that clash with Emacs,
+such as .c, we want to be able to alter the list at the lisp level.  */)
   (void)
 {
   Lisp_Object typelist = Qnil;