diff options
| author | Glenn Morris | 2012-02-06 19:46:18 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-06 19:46:18 -0800 |
| commit | dd605cc4a63834731b278c92ac9719c8a67492ea (patch) | |
| tree | b8675fe27ce9bea03d450375c51d99c554d75a0b /src/ChangeLog | |
| parent | af008560fea31dff76f6d7df3e386cf2af623a8d (diff) | |
| download | emacs-dd605cc4a63834731b278c92ac9719c8a67492ea.tar.gz emacs-dd605cc4a63834731b278c92ac9719c8a67492ea.zip | |
Small imagemagick doc fixes
* lisp/image.el (imagemagick-types-inhibit): Doc fix.
* src/image.c (Fimagemagick_types): Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6438f054432..5e4d995d857 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-02-07 Glenn Morris <rgm@gnu.org> | 1 | 2012-02-07 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * image.c (Fimagemagick_types): Doc fix. | ||
| 4 | |||
| 3 | * image.c (imagemagick-render-type): Change it from a lisp object | 5 | * image.c (imagemagick-render-type): Change it from a lisp object |
| 4 | to an integer. Move the doc here from the lisp manual. | 6 | to an integer. Move the doc here from the lisp manual. |
| 5 | Treat all values not equal to 0 the same. | 7 | Treat all values not equal to 0 the same. |