aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-02-06 00:19:09 -0800
committerGlenn Morris2012-02-06 00:19:09 -0800
commit64677d90749766d47fde828c1fb56dd016679db2 (patch)
treea57d10b9b628f3aeaf8f2187fb360f217bc434f9 /src
parent2b18055e4e523798eb6e826a2ed3949c9dfcefc3 (diff)
downloademacs-64677d90749766d47fde828c1fb56dd016679db2.tar.gz
emacs-64677d90749766d47fde828c1fb56dd016679db2.zip
Comment fix.
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 617097d056b..bcb04188aeb 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -3360,7 +3360,7 @@ update_face_from_frame_parameter (struct frame *f, Lisp_Object param,
3360 3360
3361 /* Changing the background color might change the background 3361 /* Changing the background color might change the background
3362 mode, so that we have to load new defface specs. 3362 mode, so that we have to load new defface specs.
3363 Call frame-update-face-colors to do that. */ 3363 Call frame-set-background-mode to do that. */
3364 XSETFRAME (frame, f); 3364 XSETFRAME (frame, f);
3365 call1 (Qframe_set_background_mode, frame); 3365 call1 (Qframe_set_background_mode, frame);
3366 3366