Mercurial > emacs
changeset 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 | 6d74afef6e68 |
files | src/ChangeLog src/image.c |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Sep 04 12:41:52 2010 +0200 +++ b/src/ChangeLog Sat Sep 04 12:43:43 2010 +0200 @@ -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>
--- 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;