diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/faces.el | 2 |
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. |
| 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 first a best matching font | 51 | elements. Font selection first tries to find a best matching font |
| 52 | for those face attributes that appear before 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 |