emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-30 4eaab54896f: ; * doc/lispref/display.texi (Low-Level Font): Fix


From: Eli Zaretskii
Subject: emacs-30 4eaab54896f: ; * doc/lispref/display.texi (Low-Level Font): Fix wording (bug#72771).
Date: Sun, 25 Aug 2024 13:48:18 -0400 (EDT)

branch: emacs-30
commit 4eaab54896fbefb08f5ec3134f53ec5f5365f23a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]