aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-06-30 02:12:47 +0000
committerChong Yidong <[email protected]>2008-06-30 02:12:47 +0000
commit811029d313a339ac0840a475a570367342b34fa7 (patch)
treed2181b9c23106a739fc73acc43a00809dd20ce33 /src
parent8d3810fd985abe6eb918e05457d6de28894b085a (diff)
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 4992ee4f7d..8482608832 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -3964,7 +3964,7 @@ Default face attributes override any local face attributes. */)
lvec[i] = gvec[i];
/* If the default face was changed, realize it again, and update the
- `font' face parameter. */
+ `font' frame parameter. */
if (EQ (face, Qdefault))
{
struct face_cache *c = FRAME_FACE_CACHE (f);