diff options
| author | Chong Yidong | 2008-06-30 02:12:47 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-06-30 02:12:47 +0000 |
| commit | 811029d313a339ac0840a475a570367342b34fa7 (patch) | |
| tree | d2181b9c23106a739fc73acc43a00809dd20ce33 /src | |
| parent | 8d3810fd985abe6eb918e05457d6de28894b085a (diff) | |
| download | emacs-811029d313a339ac0840a475a570367342b34fa7.tar.gz emacs-811029d313a339ac0840a475a570367342b34fa7.zip | |
Fix typo in comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 4992ee4f7de..8482608832a 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -3964,7 +3964,7 @@ Default face attributes override any local face attributes. */) | |||
| 3964 | lvec[i] = gvec[i]; | 3964 | lvec[i] = gvec[i]; |
| 3965 | 3965 | ||
| 3966 | /* If the default face was changed, realize it again, and update the | 3966 | /* If the default face was changed, realize it again, and update the |
| 3967 | `font' face parameter. */ | 3967 | `font' frame parameter. */ |
| 3968 | if (EQ (face, Qdefault)) | 3968 | if (EQ (face, Qdefault)) |
| 3969 | { | 3969 | { |
| 3970 | struct face_cache *c = FRAME_FACE_CACHE (f); | 3970 | struct face_cache *c = FRAME_FACE_CACHE (f); |