From b73f65b69d2a5cb7bb09d9d88ea2e5a670fc37ff Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 9 Oct 2007 11:48:08 +0000 Subject: [PATCH] (face-font-selection-order): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/faces.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed0a9ed25e8..37cbe9e71a7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2007-10-09 Juanma Barranquero + * faces.el (face-font-selection-order): Doc fix. + * follow.el (follow-mode-hook, follow-mode): Doc fixes. (follow-mode-off-hook): Mark as obsolete. 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 @@ "*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." -- 2.39.2