diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-16 11:03:35 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-16 11:03:42 +0200 |
commit | e0ab4e361223d39d955710ce1ae1e64b95bf0c0f (patch) | |
tree | 81946c491dd6f5993e5f85c1627c1dc28ac3432e /lisp/image.el | |
parent | 4cb3b4e98a7c43de9e210c22f70e9ad323a4340e (diff) | |
download | emacs-e0ab4e361223d39d955710ce1ae1e64b95bf0c0f.tar.gz emacs-e0ab4e361223d39d955710ce1ae1e64b95bf0c0f.tar.bz2 emacs-e0ab4e361223d39d955710ce1ae1e64b95bf0c0f.zip |
Rename `image-elide' to `image-cut' and add more bindings
* doc/lispref/display.texi (Showing Images): Update.
* lisp/image.el (image-map): Move binding to mirror Gimp bindings.
* lisp/image/image-crop.el (image-crop-cut-command): Rename.
(image-cut-color): New user option.
(image-cut): Rename and remove prefix.
(image-crop): Remove prefix.
(image-crop--crop-image-update): Add commands to switch to
move/square modes.
Diffstat (limited to 'lisp/image.el')
-rw-r--r-- | lisp/image.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image.el b/lisp/image.el index bbc3b996b19..eef47fd91c5 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -179,7 +179,7 @@ or \"ffmpeg\") is installed." "r" #'image-rotate "o" #'image-save "c" #'image-crop - "e" #'image-elide + "x" #'image-cut "h" #'image-flip-horizontally "v" #'image-flip-vertically "C-<wheel-down>" #'image-mouse-decrease-size |