; Fix last change.

This commit is contained in:
Eli Zaretskii 2021-11-30 20:09:08 +02:00
parent 7433e74571
commit 3747c59cac

View 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: