summaryrefslogtreecommitdiff
path: root/lisp/image.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-05-25 16:24:58 -0400
committerGlenn Morris <rgm@gnu.org>2012-05-25 16:24:58 -0400
commit87eb79c25b2f7fff7937198989b7666cbbe83963 (patch)
treecc73b30c862a8307c62135003627ae303638315a /lisp/image.el
parentc6574eb515ff0d49b5781cc85e3655e82f787db8 (diff)
* lisp/image.el (imagemagick-types-inhibit): Doc fix.
* etc/NEWS: Related edits.
Diffstat (limited to 'lisp/image.el')
-rw-r--r--lisp/image.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/image.el b/lisp/image.el
index 27e41a57efe..087cd148dd6 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -735,6 +735,9 @@ image types are not registered by `imagemagick-register-types'.
If the value is t, inhibit the use of ImageMagick for images.
+If you change this without using customize, you must call
+`imagemagick-register-types' afterwards.
+
If Emacs is compiled without ImageMagick support, this variable
has no effect."
:type '(choice (const :tag "Support all ImageMagick types" nil)