aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 8347fe95b67..346774791fa 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -57,7 +57,7 @@ Boston, MA 02111-1307, USA. */
57 type, and, for simple boxes, in what color. 57 type, and, for simple boxes, in what color.
58 58
59 14. Font or fontset pattern, or nil. This is a special attribute. 59 14. Font or fontset pattern, or nil. This is a special attribute.
60 When this attribyte is specified, the face uses a font opened by 60 When this attribute is specified, the face uses a font opened by
61 that pattern as is. In addition, all the other font-related 61 that pattern as is. In addition, all the other font-related
62 attributes (1st thru 5th) are generated from the opened font name. 62 attributes (1st thru 5th) are generated from the opened font name.
63 On the other hand, if one of the other font-related attributes are 63 On the other hand, if one of the other font-related attributes are
@@ -123,7 +123,7 @@ Boston, MA 02111-1307, USA. */
123 is realized, it inherits (thus shares) a fontset of an ASCII face 123 is realized, it inherits (thus shares) a fontset of an ASCII face
124 that has the same attributes other than font-related ones. 124 that has the same attributes other than font-related ones.
125 125
126 Thus, all realzied face have a realized fontset. 126 Thus, all realized face have a realized fontset.
127 127
128 128
129 Unibyte text. 129 Unibyte text.
@@ -173,7 +173,7 @@ Boston, MA 02111-1307, USA. */
173 fonts. 173 fonts.
174 174
175 175
176 Character compositition. 176 Character composition.
177 177
178 Usually, the realization process is already finished when Emacs 178 Usually, the realization process is already finished when Emacs
179 actually reflects the desired glyph matrix on the screen. However, 179 actually reflects the desired glyph matrix on the screen. However,