diff options
author | Glenn Morris <rgm@gnu.org> | 2010-09-27 19:41:18 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-09-27 19:41:18 -0700 |
commit | b2fa3a09160c5a86174c9bc9d9be35e8a7d01799 (patch) | |
tree | 611e479eb3493982e776bb19068d3d6a821559f9 /etc | |
parent | 0dc7dbea098fff58f3c59ff00189ff8b709caf23 (diff) | |
download | emacs-b2fa3a09160c5a86174c9bc9d9be35e8a7d01799.tar.gz |
Minor NEWS fix.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -114,8 +114,9 @@ top, left, right or bottom. The Options => Show/Hide menu has entries for this. ** ImageMagick support. -It is now possible to use the Imagemagick library to load many new -image formats in Emacs. It is enable by default. To disable this, use +It is now possible to use the ImageMagick library to load many new +image formats in Emacs. By default, Emacs links with the ImageMagick +libraries if they are present at build time. To disable this, use the configure option `--without-imagemagick'. The new function `imagemagick-types' returns a list of image file |