diff options
| author | Lars Ingebrigtsen | 2022-09-16 11:03:35 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-09-16 11:03:42 +0200 |
| commit | e0ab4e361223d39d955710ce1ae1e64b95bf0c0f (patch) | |
| tree | 81946c491dd6f5993e5f85c1627c1dc28ac3432e /doc | |
| parent | 4cb3b4e98a7c43de9e210c22f70e9ad323a4340e (diff) | |
| download | emacs-e0ab4e361223d39d955710ce1ae1e64b95bf0c0f.tar.gz 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')
| -rw-r--r-- | doc/lispref/display.texi | 4 |
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}). | |||
| 6867 | @item c | 6867 | @item c |
| 6868 | Crop the image interactively (@code{image-crop}). | 6868 | Crop the image interactively (@code{image-crop}). |
| 6869 | 6869 | ||
| 6870 | @item e | 6870 | @item x |
| 6871 | Elide a rectangle from the image interactively (@code{image-elide}). | 6871 | Cut a rectangle from the image interactively (@code{image-cut}). |
| 6872 | @end table | 6872 | @end table |
| 6873 | 6873 | ||
| 6874 | @node Multi-Frame Images | 6874 | @node Multi-Frame Images |