aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-11-01 18:14:17 +0100
committerLars Ingebrigtsen2019-11-01 18:14:17 +0100
commitfd29402180394d9f7efabee82daaa60d7cdb8b06 (patch)
tree15668468b75ad772ca43739c817ac9ec0faa2708
parent0714d6664cd2e836d425d00951bbe599af553952 (diff)
downloademacs-fd29402180394d9f7efabee82daaa60d7cdb8b06.tar.gz
emacs-fd29402180394d9f7efabee82daaa60d7cdb8b06.zip
Low-Level Font documentation fix
* doc/lispref/display.texi (Low-Level Font): Mention what the data types the font attributes are (bug#14634).
-rw-r--r--doc/lispref/display.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 23758f6be96..492104ddf07 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -3660,7 +3660,10 @@ The font name (a string), in either XLFD, Fontconfig, or GTK+ format.
3660@itemx :slant 3660@itemx :slant
3661@itemx :width 3661@itemx :width
3662These have the same meanings as the face attributes of the same name. 3662These have the same meanings as the face attributes of the same name.
3663@xref{Face Attributes}. 3663@xref{Face Attributes}. @code{:family} and @code{:foundry} are
3664strings, while the other three are symbols. As example values,
3665@code{:slant} may be @code{italic}, @code{:weight} may be @code{bold}
3666and @code{:width} may be @code{normal}.
3664 3667
3665@item :size 3668@item :size
3666The font size---either a non-negative integer that specifies the pixel 3669The font size---either a non-negative integer that specifies the pixel