From eda82a3153cd8945f4edb234ec11391d8a8b81a4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 22 Oct 2012 17:53:03 -0400 Subject: [PATCH] * lisp/image.el (imagemagick-enabled-types): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/image.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e208b06189e..f1714548a98 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-10-22 Glenn Morris + + * image.el (imagemagick-enabled-types): Doc fix. + 2012-10-22 Takafumi Arakaki (tiny change) * progmodes/which-func.el (which-func-current): The hash-table may have diff --git a/lisp/image.el b/lisp/image.el index 72dc654757a..56c2fdff23f 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -798,7 +798,7 @@ to enable all types that ImageMagick supports. The variable `imagemagick-types-inhibit' overrides this variable. -If you change this without outside of Customize, you must call +If you change this without using customize, you must call `imagemagick-register-types' afterwards. If Emacs is compiled without ImageMagick support, this variable -- 2.11.4.GIT