mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
* lisp/image.el (imagemagick-enabled-types): Doc fix.
This commit is contained in:
parent
4f020becaf
commit
eda82a3153
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2012-10-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* image.el (imagemagick-enabled-types): Doc fix.
|
||||
|
||||
2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
|
||||
|
||||
* progmodes/which-func.el (which-func-current): The hash-table may have
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue