From c64e419251124f3ee3f3b5ba74d9551ebf87fdb6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 9 Mar 2024 11:40:27 +0200 Subject: [PATCH] ; * doc/emacs/files.texi (Image Mode): Fix typo (bug#69671). (cherry picked from commit fe491173e8f839653cb22eea63a7261f4aa1dca9) --- doc/emacs/files.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%. -- 2.39.5