]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: More detail about 'image-crop' and 'image-elide'.
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Sep 2022 15:58:21 +0000 (18:58 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 13 Sep 2022 15:58:21 +0000 (18:58 +0300)
etc/NEWS

index 726c78afbfa4518a07158aeab9c08c634b17dfa5..5416aa806605da210f27dcae80cc819daec4344f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2431,10 +2431,11 @@ The old name is still available as an obsolete function alias.
 
 +++
 ** New commands 'image-crop' and 'image-elide'.
-These commands allow interactively cropping/eliding the image under
-point.  These commands are bound to 'c' and 'e' (respectively) in the
-local keymap over images.  They rely on external programs to do the
-actual cropping/eliding of the image file.
+These commands allow interactively cropping/eliding the image at
+point.  The commands are bound to keys 'c' and 'e' (respectively) in
+the local keymap over images.  They rely on external programs, by
+default 'convert' from ImageMagick and 'exiftool', to do the actual
+cropping/eliding of the image file.
 
 +++
 ** New package 'oclosure'.