aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-04-21 16:50:13 +0300
committerEli Zaretskii2020-04-21 16:50:13 +0300
commitfc55f65305e855b31a8594764cfadfb5bf0f107f (patch)
tree57bea3983aba6623d6b56ea7b44e98240a1bc6b7
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.
-rw-r--r--doc/emacs/files.texi13
-rw-r--r--etc/NEWS8
2 files changed, 12 insertions, 9 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}
diff --git a/etc/NEWS b/etc/NEWS
index 1d630a3e91b..65ac6d2a2f3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3525,10 +3525,10 @@ according to the orientation in the Exif data, if any.
3525 3525
3526+++ 3526+++
3527*** In 'image-mode' the image is resized automatically to fit in window. 3527*** In 'image-mode' the image is resized automatically to fit in window.
3528The image will resize upon first display and whenever the window's 3528By default, the image will resize upon first display and whenever the
3529dimensions change. Two user options 'image-auto-resize' and 3529window's dimensions change. Two user options 'image-auto-resize' and
3530'image-auto-resize-on-window-resize' can define resizing parameters or 3530'image-auto-resize-on-window-resize' control the resizing behavior
3531disable auto-resizing. 3531(including the possibility to disable auto-resizing).
3532 3532
3533--- 3533---
3534*** New library image-converter. 3534*** New library image-converter.