From 4eaab54896fbefb08f5ec3134f53ec5f5365f23a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 25 Aug 2024 20:47:51 +0300 Subject: [PATCH] ; * doc/lispref/display.texi (Low-Level Font): Fix wording (bug#72771). --- doc/lispref/display.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index f283d680d2e..9a43ad0568a 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -4372,9 +4372,10 @@ should be equal to the value of @var{height} above. The width, in pixels, of the font's space character. @item average-width -The average width of the font characters. If this is zero, Emacs uses -the value of @var{space-width} instead, when it calculates text layout -on display. +The average width of the font characters. Emacs uses this for +calculating text layout on display; if the value of @var{average-width} +is zero, Emacs uses the value of @var{space-width} instead for those +purposes. @item filename The file name of the font as a string. This can be @code{nil} if the