aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-08-25 20:47:51 +0300
committerEli Zaretskii2024-08-25 20:47:51 +0300
commit4eaab54896fbefb08f5ec3134f53ec5f5365f23a (patch)
treeaa3a2ca3868824456a988edfba493a16d007895e
parent0a500193087efc96aa3791dc4c2084ef5f6c3c06 (diff)
downloademacs-4eaab54896fbefb08f5ec3134f53ec5f5365f23a.tar.gz
emacs-4eaab54896fbefb08f5ec3134f53ec5f5365f23a.zip
; * doc/lispref/display.texi (Low-Level Font): Fix wording (bug#72771).
-rw-r--r--doc/lispref/display.texi7
1 files 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.
4372The width, in pixels, of the font's space character. 4372The width, in pixels, of the font's space character.
4373 4373
4374@item average-width 4374@item average-width
4375The average width of the font characters. If this is zero, Emacs uses 4375The average width of the font characters. Emacs uses this for
4376the value of @var{space-width} instead, when it calculates text layout 4376calculating text layout on display; if the value of @var{average-width}
4377on display. 4377is zero, Emacs uses the value of @var{space-width} instead for those
4378purposes.
4378 4379
4379@item filename 4380@item filename
4380The file name of the font as a string. This can be @code{nil} if the 4381The file name of the font as a string. This can be @code{nil} if the