summaryrefslogtreecommitdiff
path: root/doc/lispref/display.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-09-16 11:03:35 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-09-16 11:03:42 +0200
commite0ab4e361223d39d955710ce1ae1e64b95bf0c0f (patch)
tree81946c491dd6f5993e5f85c1627c1dc28ac3432e /doc/lispref/display.texi
parent4cb3b4e98a7c43de9e210c22f70e9ad323a4340e (diff)
downloademacs-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 'doc/lispref/display.texi')
-rw-r--r--doc/lispref/display.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 32cf01b2374..190364852af 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -6867,8 +6867,8 @@ Save the image to a file (@code{image-save}).
@item c
Crop the image interactively (@code{image-crop}).
-@item e
-Elide a rectangle from the image interactively (@code{image-elide}).
+@item x
+Cut a rectangle from the image interactively (@code{image-cut}).
@end table
@node Multi-Frame Images