From 5e5992c20ef5f5d0ea67d23839a298b8dae91eff Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 4 Sep 2010 12:43:43 +0200 Subject: [PATCH] * image.c (Fimagemagick_types): Doc fix. --- src/ChangeLog | 2 +- src/image.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index d1d03ba6411..404c19c8faa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 diff --git a/src/image.c b/src/image.c index 3eec0cbc802..a6d5a9fd246 100644 --- a/src/image.c +++ b/src/image.c @@ -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; -- 2.39.2