aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 3df4f7c82aa..f22b79e8fc3 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -48,7 +48,7 @@
48 "*A list specifying how face font selection chooses fonts. 48 "*A list specifying how face font selection chooses fonts.
49Each of the four symbols `:width', `:height', `:weight', and `:slant' 49Each of the four symbols `:width', `:height', `:weight', and `:slant'
50must appear once in the list, and the list must not contain any other 50must appear once in the list, and the list must not contain any other
51elements. Font selection tries to find first a best matching font 51elements. Font selection first tries to find a best matching font
52for those face attributes that appear before in the list. For 52for those face attributes that appear before in the list. For
53example, if `:slant' appears before `:height', font selection first 53example, if `:slant' appears before `:height', font selection first
54tries to find a font with a suitable slant, even if this results in 54tries to find a font with a suitable slant, even if this results in