From: Eli Zaretskii Date: Tue, 30 Nov 2021 18:09:08 +0000 (+0200) Subject: ; Fix last change. X-Git-Tag: emacs-29.0.90~3635^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3747c59cac0af4b467d5af989280724c61f97cb0;p=emacs.git ; Fix last change. --- diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 71540742bac..b49a9987355 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -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: