diff options
Diffstat (limited to 'lisp/image-mode.el')
-rw-r--r-- | lisp/image-mode.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el index ba1fadf2c1e..63241f4fe7e 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -619,8 +619,10 @@ Otherwise it plays once, then stops." (define-minor-mode image-transform-mode "Minor mode for scaling and rotating images. -This minor mode has no effect unless Emacs is compiled with -ImageMagick support." +With a prefix argument ARG, enable the mode if ARG is positive, +and disable it otherwise. If called from Lisp, enable the mode +if ARG is omitted or nil. This minor mode requires Emacs to have +been compiled with ImageMagick support." nil "image-transform" image-transform-minor-mode-map) (defvar image-transform-resize nil |