diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-03-23 02:24:33 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-03-23 02:24:33 +0000 |
commit | ec7a10e346db4d78c2d15d7d1e226e98bb337b82 (patch) | |
tree | e3be74443fc922ea965b9f70bab37c2d39cdf258 /src | |
parent | 9a46e95c9b45a733cfb50323ff816486c7e7f282 (diff) | |
download | emacs-ec7a10e346db4d78c2d15d7d1e226e98bb337b82.tar.gz |
Typos.
Diffstat (limited to 'src')
-rw-r--r-- | src/xfaces.c | 6 |
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. */ type, and, for simple boxes, in what color. 14. Font or fontset pattern, or nil. This is a special attribute. - When this attribyte is specified, the face uses a font opened by + When this attribute is specified, the face uses a font opened by that pattern as is. In addition, all the other font-related attributes (1st thru 5th) are generated from the opened font name. On the other hand, if one of the other font-related attributes are @@ -123,7 +123,7 @@ Boston, MA 02111-1307, USA. */ is realized, it inherits (thus shares) a fontset of an ASCII face that has the same attributes other than font-related ones. - Thus, all realzied face have a realized fontset. + Thus, all realized face have a realized fontset. Unibyte text. @@ -173,7 +173,7 @@ Boston, MA 02111-1307, USA. */ fonts. - Character compositition. + Character composition. Usually, the realization process is already finished when Emacs actually reflects the desired glyph matrix on the screen. However, |