]> code.delx.au - gnu-emacs/commitdiff
Fix typo in comments.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 30 Jun 2008 02:12:47 +0000 (02:12 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 30 Jun 2008 02:12:47 +0000 (02:12 +0000)
src/xfaces.c

index 4992ee4f7de0ebbb3cc4aef4e55a2da90966a72e..8482608832a899747e8ac8dc3b75f89599629d99 100644 (file)
@@ -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
       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);
   if (EQ (face, Qdefault))
     {
       struct face_cache *c = FRAME_FACE_CACHE (f);