aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2001-03-23 02:24:33 +0000
committerStefan Monnier2001-03-23 02:24:33 +0000
commitec7a10e346db4d78c2d15d7d1e226e98bb337b82 (patch)
treee3be74443fc922ea965b9f70bab37c2d39cdf258 /src
parent9a46e95c9b45a733cfb50323ff816486c7e7f282 (diff)
downloademacs-ec7a10e346db4d78c2d15d7d1e226e98bb337b82.tar.gz
emacs-ec7a10e346db4d78c2d15d7d1e226e98bb337b82.zip
Typos.
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,