aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-03-09 11:40:27 +0200
committerEli Zaretskii2024-03-09 11:40:27 +0200
commitfe491173e8f839653cb22eea63a7261f4aa1dca9 (patch)
treec9618b8e0dee099488f734de70073a1bd2e36826
parentb9f7a2274f6a8352085d01c15bf9086ffe25f437 (diff)
downloademacs-fe491173e8f839653cb22eea63a7261f4aa1dca9.tar.gz
emacs-fe491173e8f839653cb22eea63a7261f4aa1dca9.zip
; * doc/emacs/files.texi (Image Mode): Fix typo (bug#69671).
-rw-r--r--doc/emacs/files.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 36f72d42ba2..971483a6e4c 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -2373,7 +2373,7 @@ multiply the size by the factor of @w{@code{1 + @var{n} / 10}}, so
2373@findex image-decrease-size 2373@findex image-decrease-size
2374@kindex i - (Image mode) 2374@kindex i - (Image mode)
2375@item i - 2375@item i -
2376Decrease the image size (@code{image-increase-size}) by 20%. Prefix 2376Decrease the image size (@code{image-decrease-size}) by 20%. Prefix
2377numeric argument controls the decrement; the value of @var{n} means to 2377numeric argument controls the decrement; the value of @var{n} means to
2378multiply the size by the factor of @w{@code{1 - @var{n} / 10}}, so 2378multiply the size by the factor of @w{@code{1 - @var{n} / 10}}, so
2379@w{@kbd{C-u 3 i -}} means to decrease the size by 30%. 2379@w{@kbd{C-u 3 i -}} means to decrease the size by 30%.