emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101327: * image.c (Fimagemagick_type


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101327: * image.c (Fimagemagick_types): Doc fix.
Date: Sat, 04 Sep 2010 12:43:43 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101327
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2010-09-04 12:43:43 +0200
message:
  * image.c (Fimagemagick_types): Doc fix.
modified:
  src/ChangeLog
  src/image.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-09-04 10:41:52 +0000
+++ b/src/ChangeLog     2010-09-04 10:43:43 +0000
@@ -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  <address@hidden>
 

=== modified file 'src/image.c'
--- a/src/image.c       2010-09-04 10:41:52 +0000
+++ b/src/image.c       2010-09-04 10:43:43 +0000
@@ -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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]