]> git.eshelyaron.com Git - emacs.git/commitdiff
* image.c (Fimagemagick_types): Doc fix.
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 4 Sep 2010 10:43:43 +0000 (12:43 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 4 Sep 2010 10:43:43 +0000 (12:43 +0200)
src/ChangeLog
src/image.c

index d1d03ba6411d39dce8aec99191bc0f713371d87e..404c19c8faab5f583326fdf59d711ea4cbef9ab9 100644 (file)
@@ -2,7 +2,7 @@
 
        * image.c (imagemagick_image_p): Replace bcopy by memcpy.
        (imagemagick_load_image): Fix type mismatch.
-       (Fimagemagick_types): Likewise.
+       (Fimagemagick_types): Likewise.  Doc fix.
 
 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
 
index 3eec0cbc802053c8becf5cf182f80f301646351c..a6d5a9fd2466b8ff4e67fb018105478449a61d3e 100644 (file)
@@ -7825,8 +7825,8 @@ static struct image_type imagemagick_type =
 
 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;