]> git.eshelyaron.com Git - emacs.git/commitdiff
; * 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)
committerEshel Yaron <me@eshelyaron.com>
Mon, 18 Mar 2024 15:39:15 +0000 (16:39 +0100)
(cherry picked from commit fe491173e8f839653cb22eea63a7261f4aa1dca9)

doc/emacs/files.texi

index 9343501416b79ef1afb6ead75845afdb54310d1a..86dbf50acb0e4f3b16f1f7969307fda9bc4a6d3a 100644 (file)
@@ -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%.