diff options
| author | Eli Zaretskii | 2022-09-13 20:00:30 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-09-13 20:00:30 +0300 |
| commit | 9d4c135046fcd33ecce9018fdbb749b33468fa06 (patch) | |
| tree | 7828abbdbaa56d16202cab402ea54473d357ea9d | |
| parent | 0b6793b5e3d0ca030df54aad5a3b304fb922f5aa (diff) | |
| download | emacs-9d4c135046fcd33ecce9018fdbb749b33468fa06.tar.gz emacs-9d4c135046fcd33ecce9018fdbb749b33468fa06.zip | |
; * etc/NEWS: Fix wording of 'image-crop' entry.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -2445,8 +2445,9 @@ The old name is still available as an obsolete function alias. | |||
| 2445 | These commands allow interactively cropping/eliding the image at | 2445 | These commands allow interactively cropping/eliding the image at |
| 2446 | point. The commands are bound to keys 'c' and 'e' (respectively) in | 2446 | point. The commands are bound to keys 'c' and 'e' (respectively) in |
| 2447 | the local keymap over images. They rely on external programs, by | 2447 | the local keymap over images. They rely on external programs, by |
| 2448 | default 'convert' from ImageMagick and 'exiftool', to do the actual | 2448 | default 'convert' from ImageMagick, to do the actual cropping/eliding |
| 2449 | cropping/eliding of the image file. | 2449 | of the image file. If the 'exiftool' program is available, it is used |
| 2450 | to optionally rotate images which have the :rotation property. | ||
| 2450 | 2451 | ||
| 2451 | +++ | 2452 | +++ |
| 2452 | ** New package 'oclosure'. | 2453 | ** New package 'oclosure'. |