aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-09-13 20:00:30 +0300
committerEli Zaretskii2022-09-13 20:00:30 +0300
commit9d4c135046fcd33ecce9018fdbb749b33468fa06 (patch)
tree7828abbdbaa56d16202cab402ea54473d357ea9d
parent0b6793b5e3d0ca030df54aad5a3b304fb922f5aa (diff)
downloademacs-9d4c135046fcd33ecce9018fdbb749b33468fa06.tar.gz
emacs-9d4c135046fcd33ecce9018fdbb749b33468fa06.zip
; * etc/NEWS: Fix wording of 'image-crop' entry.
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dde340627b8..ae3f84c1b97 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2445,8 +2445,9 @@ The old name is still available as an obsolete function alias.
2445These commands allow interactively cropping/eliding the image at 2445These commands allow interactively cropping/eliding the image at
2446point. The commands are bound to keys 'c' and 'e' (respectively) in 2446point. The commands are bound to keys 'c' and 'e' (respectively) in
2447the local keymap over images. They rely on external programs, by 2447the local keymap over images. They rely on external programs, by
2448default 'convert' from ImageMagick and 'exiftool', to do the actual 2448default 'convert' from ImageMagick, to do the actual cropping/eliding
2449cropping/eliding of the image file. 2449of the image file. If the 'exiftool' program is available, it is used
2450to optionally rotate images which have the :rotation property.
2450 2451
2451+++ 2452+++
2452** New package 'oclosure'. 2453** New package 'oclosure'.