diff options
| author | Andreas Schwab | 2017-09-05 18:58:37 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2017-09-05 18:59:19 +0200 |
| commit | 4eae60395c6270ed69b0d311e68382d2c723cb9a (patch) | |
| tree | b9eafd93e0928c55468f853f5fea6bd5058f9fd7 /src | |
| parent | 485e25312d56b6bdf59da6ade1ec08f8caaa240a (diff) | |
| download | emacs-4eae60395c6270ed69b0d311e68382d2c723cb9a.tar.gz emacs-4eae60395c6270ed69b0d311e68382d2c723cb9a.zip | |
* src/image.c (Fimagemagick_types): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 76a19a68b0d..7f5cf1a9669 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -8918,7 +8918,7 @@ their descriptions (http://www.imagemagick.org/script/formats.php). | |||
| 8918 | You can also try the shell command: `identify -list format'. | 8918 | You can also try the shell command: `identify -list format'. |
| 8919 | 8919 | ||
| 8920 | Note that ImageMagick recognizes many file-types that Emacs does not | 8920 | Note that ImageMagick recognizes many file-types that Emacs does not |
| 8921 | recognize as images, such as C. See `imagemagick-types-enable' | 8921 | recognize as images, such as C. See `imagemagick-enabled-types' |
| 8922 | and `imagemagick-types-inhibit'. */) | 8922 | and `imagemagick-types-inhibit'. */) |
| 8923 | (void) | 8923 | (void) |
| 8924 | { | 8924 | { |