From 3747c59cac0af4b467d5af989280724c61f97cb0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 30 Nov 2021 20:09:08 +0200 Subject: [PATCH] ; Fix last change. --- doc/lispref/text.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5