aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-06-30 02:12:47 +0000
committerChong Yidong2008-06-30 02:12:47 +0000
commit811029d313a339ac0840a475a570367342b34fa7 (patch)
treed2181b9c23106a739fc73acc43a00809dd20ce33 /src
parent8d3810fd985abe6eb918e05457d6de28894b085a (diff)
downloademacs-811029d313a339ac0840a475a570367342b34fa7.tar.gz
emacs-811029d313a339ac0840a475a570367342b34fa7.zip
Fix typo in comments.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
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);