aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2020-04-21 16:50:13 +0300
committerEli Zaretskii2020-04-21 16:50:13 +0300
commitfc55f65305e855b31a8594764cfadfb5bf0f107f (patch)
tree57bea3983aba6623d6b56ea7b44e98240a1bc6b7 /doc
parenta64da75961fbce7dc071af37058de710bb13c26e (diff)
downloademacs-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.texi13
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
2126image works only if Emacs is compiled with support for displaying 2126image works only if Emacs is compiled with support for displaying
2127such images. 2127such images.
2128 2128
2129If the displayed image is wider or taller than the frame, the usual 2129@vindex image-auto-resize
2130point motion keys (@kbd{C-f}, @kbd{C-p}, and so forth) cause different 2130@vindex image-auto-resize-on-window-resize
2131parts of the image to be displayed. But by default the image is 2131If the displayed image is wider or taller than the window in which it
2132resized automatically to fit to the window. You can configure this by 2132is displayed, the usual point motion keys (@kbd{C-f}, @kbd{C-p}, and
2133using two options @code{image-auto-resize} and 2133so forth) cause different parts of the image to be displayed.
2134However, by default images are resized automatically to fit the
2135window, so this is only necessary if you customize the default
2136behavior 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
2136You can press @kbd{n} (@code{image-next-file}) and @kbd{p} 2139You can press @kbd{n} (@code{image-next-file}) and @kbd{p}