diff options
| author | Eli Zaretskii | 2020-04-21 16:50:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-04-21 16:50:13 +0300 |
| commit | fc55f65305e855b31a8594764cfadfb5bf0f107f (patch) | |
| tree | 57bea3983aba6623d6b56ea7b44e98240a1bc6b7 /doc | |
| parent | a64da75961fbce7dc071af37058de710bb13c26e (diff) | |
| download | emacs-fc55f65305e855b31a8594764cfadfb5bf0f107f.tar.gz emacs-fc55f65305e855b31a8594764cfadfb5bf0f107f.zip | |
Minor improvements in documentation of the last change
* etc/NEWS:
* doc/emacs/files.texi (Image Mode): Minor copyedits of last change.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/files.texi | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 8d75b569edb..7318667403f 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -2126,11 +2126,14 @@ and displaying it in hex representation. Displaying the file as an | |||
| 2126 | image works only if Emacs is compiled with support for displaying | 2126 | image works only if Emacs is compiled with support for displaying |
| 2127 | such images. | 2127 | such images. |
| 2128 | 2128 | ||
| 2129 | If the displayed image is wider or taller than the frame, the usual | 2129 | @vindex image-auto-resize |
| 2130 | point motion keys (@kbd{C-f}, @kbd{C-p}, and so forth) cause different | 2130 | @vindex image-auto-resize-on-window-resize |
| 2131 | parts of the image to be displayed. But by default the image is | 2131 | If the displayed image is wider or taller than the window in which it |
| 2132 | resized automatically to fit to the window. You can configure this by | 2132 | is displayed, the usual point motion keys (@kbd{C-f}, @kbd{C-p}, and |
| 2133 | using two options @code{image-auto-resize} and | 2133 | so forth) cause different parts of the image to be displayed. |
| 2134 | However, by default images are resized automatically to fit the | ||
| 2135 | window, so this is only necessary if you customize the default | ||
| 2136 | behavior by using the options @code{image-auto-resize} and | ||
| 2134 | @code{image-auto-resize-on-window-resize}. | 2137 | @code{image-auto-resize-on-window-resize}. |
| 2135 | 2138 | ||
| 2136 | You can press @kbd{n} (@code{image-next-file}) and @kbd{p} | 2139 | You can press @kbd{n} (@code{image-next-file}) and @kbd{p} |