diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-13 22:27:12 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-13 22:27:12 -0800 |
commit | 09e80d9fb9fe7239d0fa301973920845831366d3 (patch) | |
tree | 771e73119b2ad9bf6cbf1fbff92a5f4cb1bf03ed /lisp/image-mode.el | |
parent | 56632ce4cd8616f0613e8734d62ec5e2f833c7dc (diff) | |
download | emacs-09e80d9fb9fe7239d0fa301973920845831366d3.tar.gz emacs-09e80d9fb9fe7239d0fa301973920845831366d3.tar.bz2 emacs-09e80d9fb9fe7239d0fa301973920845831366d3.zip |
Spelling fixes.
Diffstat (limited to 'lisp/image-mode.el')
-rw-r--r-- | lisp/image-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el index 30223e69ae0..f3e7caab174 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -638,7 +638,7 @@ These properties are determined by the Image mode variables `image-transform-resize' and `image-transform-rotation'. The return value is suitable for appending to an image spec. -Recaling and rotation properties only take effect if Emacs is +Rescaling and rotation properties only take effect if Emacs is compiled with ImageMagick support." (when (or image-transform-resize (not (equal image-transform-rotation 0.0))) |