diff options
| author | Stefan Kangas | 2022-09-15 00:53:12 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-15 00:55:16 +0200 |
| commit | 8c73ed0ec3328d4108e3084fc0dabdae8bb782a7 (patch) | |
| tree | e909a141ecc3395a9dd4d24d5d4ff0f4343e4933 | |
| parent | 5798c4aa2a7b3e7337234e8122d8243ecf54b402 (diff) | |
| download | emacs-8c73ed0ec3328d4108e3084fc0dabdae8bb782a7.tar.gz emacs-8c73ed0ec3328d4108e3084fc0dabdae8bb782a7.zip | |
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>.
| -rw-r--r-- | doc/emacs/files.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 744b848335e..1717c5c25bc 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 | |||
| 2273 | @findex image-transform-set-percent | 2273 | @findex image-transform-set-percent |
| 2274 | @findex image-transform-set-scale | 2274 | @findex image-transform-set-scale |
| 2275 | @findex image-transform-reset-to-initial | 2275 | @findex image-transform-reset-to-initial |
| 2276 | @findex image-transform-reset-to-original | ||
| 2276 | To resize the image manually you can use the command | 2277 | To resize the image manually you can use the command |
| 2277 | @code{image-transform-fit-to-window} bound to @kbd{s w} that fits the | 2278 | @code{image-transform-fit-to-window} bound to @kbd{s w} that fits the |
| 2278 | image to both the window height and width. To scale the image to a | 2279 | 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 | |||
| 2281 | image specifying a scale factor, use the command | 2282 | image specifying a scale factor, use the command |
| 2282 | @code{image-transform-set-scale} bound to @kbd{s s}. To reset all | 2283 | @code{image-transform-set-scale} bound to @kbd{s s}. To reset all |
| 2283 | transformations to the initial state, use | 2284 | transformations to the initial state, use |
| 2284 | @code{image-transform-reset-to-initial} bound to @kbd{s 0}. | 2285 | @code{image-transform-reset-to-initial} bound to @kbd{s 0}, or |
| 2286 | @code{image-transform-reset-to-original} bound to @kbd{s o}. | ||
| 2285 | 2287 | ||
| 2286 | @findex image-next-file | 2288 | @findex image-next-file |
| 2287 | @findex image-previous-file | 2289 | @findex image-previous-file |