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-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c64e419251124f3ee3f3b5ba74d9551ebf87fdb6;p=emacs.git ; * doc/emacs/files.texi (Image Mode): Fix typo (bug#69671). (cherry picked from commit fe491173e8f839653cb22eea63a7261f4aa1dca9) --- diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 9343501416b..86dbf50acb0 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -2347,7 +2347,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%.