]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Tue, 30 Nov 2021 18:09:08 +0000 (20:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 30 Nov 2021 18:09:08 +0000 (20:09 +0200)
doc/lispref/text.texi

index 71540742bac25acb0d816663fddf84114c697e83..b49a9987355e33ac5df7e772ddf5cc312c1d3023 100644 (file)
@@ -1661,7 +1661,7 @@ of text between @var{start} and @var{end} at pixel granularity, so
 text using variable-pitch fonts or several different fonts looks
 filled regardless of different character sizes.  The argument
 @var{pixel-width} specifies the maximum pixel width a line is allowed
-to have aftder filling; it is the pixel-resolution equivalent of the
+to have after filling; it is the pixel-resolution equivalent of the
 @code{fill-column} in @code{fill-region}.  For instance, this Lisp
 snippet will insert text using a proportional font, and then fill this
 to be no wider than 300 pixels: