aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index c2fe41f3c8b..a0172ccda4b 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -4864,7 +4864,13 @@ uncache_face (c, face)
4864 of frame F. The face will be used to display character C. Value 4864 of frame F. The face will be used to display character C. Value
4865 is the ID of the face found. If no suitable face is found, realize 4865 is the ID of the face found. If no suitable face is found, realize
4866 a new one. In that case, if C is a multibyte character, BASE_FACE 4866 a new one. In that case, if C is a multibyte character, BASE_FACE
4867 is a face for ASCII characters that has the same attributes. */ 4867 is a face for ASCII characters that has the same attributes.
4868
4869 When this function is called from face_for_char (in this case, C is
4870 a multibyte character), a fontset of a face returned by
4871 realize_face is not yet set, i.e. FACE_SUITABLE_FOR_CHAR_P (FACE,
4872 C) is not sutisfied. The fontset is set for this face by
4873 face_for_char later. */
4868 4874
4869INLINE int 4875INLINE int
4870lookup_face (f, attr, c, base_face) 4876lookup_face (f, attr, c, base_face)