changeset 79026:ebc0c510ff84

(face-font-selection-order): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 09 Oct 2007 11:46:02 +0000
parents 4a4bd2cb13b4
children 732265139144
files lisp/faces.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Tue Oct 09 11:26:20 2007 +0000
+++ b/lisp/faces.el	Tue Oct 09 11:46:02 2007 +0000
@@ -48,8 +48,8 @@
   "*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 a best matching font for
-those face attributes first that appear first in the list.  For
+elements.  Font selection tries to find first 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
 a font height that isn't optimal."