From 7c626e9d7b5dd4a108571d9b29624d922bb355d7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 10 Oct 2007 20:18:20 +0000 Subject: [PATCH] (face-font-selection-order): Doc fix. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ "*A list specifying how face font selection chooses fonts. Each of the four symbols `:width', `:height', `:weight', and `:slant' must appear once in the list, and the list must not contain any other -elements. Font selection tries to find first a best matching font +elements. Font selection first tries to find a best matching font for those face attributes that appear before in the list. For example, if `:slant' appears before `:height', font selection first tries to find a font with a suitable slant, even if this results in -- 2.39.2