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