From: Eli Zaretskii Date: Sat, 9 Mar 2024 09:40:27 +0000 (+0200) Subject: ; * doc/emacs/files.texi (Image Mode): Fix typo (bug#69671). X-Git-Tag: archive/raspbian/1%29.4+1-4+rpi1~1^2~2^2~18^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe491173e8f839653cb22eea63a7261f4aa1dca9;p=emacs.git ; * doc/emacs/files.texi (Image Mode): Fix typo (bug#69671). --- 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 @findex image-decrease-size @kindex i - (Image mode) @item i - -Decrease the image size (@code{image-increase-size}) by 20%. Prefix +Decrease the image size (@code{image-decrease-size}) by 20%. Prefix numeric argument controls the decrement; the value of @var{n} means to multiply the size by the factor of @w{@code{1 - @var{n} / 10}}, so @w{@kbd{C-u 3 i -}} means to decrease the size by 30%.