; * doc/emacs/files.texi (Image Mode): Fix typo (bug#69671).
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Mar 2024 09:40:27 +0000 (11:40 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Mar 2024 09:40:27 +0000 (11:40 +0200)
doc/emacs/files.texi

index 36f72d42ba27e8c57bc007312165f56f47e07b10..971483a6e4cf8e41ba41f1f997d44d41980fc2fc 100644 (file)
@@ -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%.