emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8c73ed0ec3 2/2: Add image-transform-reset-to-original to manual


From: Stefan Kangas
Subject: master 8c73ed0ec3 2/2: Add image-transform-reset-to-original to manual
Date: Wed, 14 Sep 2022 18:56:22 -0400 (EDT)

branch: master
commit 8c73ed0ec3328d4108e3084fc0dabdae8bb782a7
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add image-transform-reset-to-original to manual
    
    * doc/emacs/files.texi (Image Mode):
    Add 'image-transform-reset-to-original'.
    Suggested by Juri Linkov <juri@linkov.net>.
---
 doc/emacs/files.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 744b848335..1717c5c25b 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -2273,6 +2273,7 @@ behavior by using the options @code{image-auto-resize} and
 @findex image-transform-set-percent
 @findex image-transform-set-scale
 @findex image-transform-reset-to-initial
+@findex image-transform-reset-to-original
 To resize the image manually you can use the command
 @code{image-transform-fit-to-window} bound to @kbd{s w} that fits the
 image to both the window height and width.  To scale the image to a
@@ -2281,7 +2282,8 @@ percentage of its original size, use the command
 image specifying a scale factor, use the command
 @code{image-transform-set-scale} bound to @kbd{s s}.  To reset all
 transformations to the initial state, use
-@code{image-transform-reset-to-initial} bound to @kbd{s 0}.
+@code{image-transform-reset-to-initial} bound to @kbd{s 0}, or
+@code{image-transform-reset-to-original} bound to @kbd{s o}.
 
 @findex image-next-file
 @findex image-previous-file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]