]> git.eshelyaron.com Git - emacs.git/commitdiff
(face-font-selection-order): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 9 Oct 2007 11:48:08 +0000 (11:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 9 Oct 2007 11:48:08 +0000 (11:48 +0000)
lisp/ChangeLog
lisp/faces.el

index ed0a9ed25e80e2a056bd117d5c09b548837817b2..37cbe9e71a7de60d06c9112580787877c38d574b 100644 (file)
@@ -1,5 +1,7 @@
 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
 
+       * faces.el (face-font-selection-order): Doc fix.
+
        * follow.el (follow-mode-hook, follow-mode): Doc fixes.
        (follow-mode-off-hook): Mark as obsolete.
 
index daf5f39fbc16d7ca2463c1ef330a3d5f9f03e2e4..3df4f7c82aa1d08728f4ea9af1dc48d9cc8e880e 100644 (file)
@@ -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."