diff options
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 |