diff options
| author | Andreas Schwab | 2010-09-04 12:43:43 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2010-09-04 12:43:43 +0200 |
| commit | 5e5992c20ef5f5d0ea67d23839a298b8dae91eff (patch) | |
| tree | 9f4524bc4cf7d620b0ec652582d10a6d0e0e1b2a /src/image.c | |
| parent | b7d187f836b71bfead1f99110842def6e9fcb596 (diff) | |
| download | emacs-5e5992c20ef5f5d0ea67d23839a298b8dae91eff.tar.gz emacs-5e5992c20ef5f5d0ea67d23839a298b8dae91eff.zip | |
* image.c (Fimagemagick_types): Doc fix.
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 = | |||
| 7825 | 7825 | ||
| 7826 | DEFUN ("imagemagick-types", Fimagemagick_types, Simagemagick_types, 0, 0, 0, | 7826 | DEFUN ("imagemagick-types", Fimagemagick_types, Simagemagick_types, 0, 0, 0, |
| 7827 | doc: /* Return image file types supported by ImageMagick. | 7827 | doc: /* Return image file types supported by ImageMagick. |
| 7828 | Since ImageMagick recognizes a lot of file-types that clash with Emacs, | 7828 | Since ImageMagick recognizes a lot of file-types that clash with Emacs, |
| 7829 | such as .c, we want to be able to alter the list at the lisp level. */) | 7829 | such as .c, we want to be able to alter the list at the lisp level. */) |
| 7830 | (void) | 7830 | (void) |
| 7831 | { | 7831 | { |
| 7832 | Lisp_Object typelist = Qnil; | 7832 | Lisp_Object typelist = Qnil; |