emacs-diffs
[Top][All Lists]
Advanced

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

master fd29402: Low-Level Font documentation fix


From: Lars Ingebrigtsen
Subject: master fd29402: Low-Level Font documentation fix
Date: Fri, 1 Nov 2019 13:14:23 -0400 (EDT)

branch: master
commit fd29402180394d9f7efabee82daaa60d7cdb8b06
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Low-Level Font documentation fix
    
    * doc/lispref/display.texi (Low-Level Font): Mention what the data
    types the font attributes are (bug#14634).
---
 doc/lispref/display.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 23758f6..492104d 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.
 @itemx :slant
 @itemx :width
 These have the same meanings as the face attributes of the same name.
-@xref{Face Attributes}.
+@xref{Face Attributes}.  @code{:family} and @code{:foundry} are
+strings, while the other three are symbols.  As example values,
+@code{:slant} may be @code{italic}, @code{:weight} may be @code{bold}
+and @code{:width} may be @code{normal}.
 
 @item :size
 The font size---either a non-negative integer that specifies the pixel



reply via email to

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