aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfaces.c')
-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