aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2017-09-05 18:58:37 +0200
committerAndreas Schwab2017-09-05 18:59:19 +0200
commit4eae60395c6270ed69b0d311e68382d2c723cb9a (patch)
treeb9eafd93e0928c55468f853f5fea6bd5058f9fd7 /src
parent485e25312d56b6bdf59da6ade1ec08f8caaa240a (diff)
downloademacs-4eae60395c6270ed69b0d311e68382d2c723cb9a.tar.gz
emacs-4eae60395c6270ed69b0d311e68382d2c723cb9a.zip
* src/image.c (Fimagemagick_types): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/image.c2
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).
8918You can also try the shell command: `identify -list format'. 8918You can also try the shell command: `identify -list format'.
8919 8919
8920Note that ImageMagick recognizes many file-types that Emacs does not 8920Note that ImageMagick recognizes many file-types that Emacs does not
8921recognize as images, such as C. See `imagemagick-types-enable' 8921recognize as images, such as C. See `imagemagick-enabled-types'
8922and `imagemagick-types-inhibit'. */) 8922and `imagemagick-types-inhibit'. */)
8923 (void) 8923 (void)
8924{ 8924{