From 64677d90749766d47fde828c1fb56dd016679db2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 6 Feb 2012 00:19:09 -0800 Subject: [PATCH] Comment fix. --- src/xfaces.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, /* Changing the background color might change the background mode, so that we have to load new defface specs. - Call frame-update-face-colors to do that. */ + Call frame-set-background-mode to do that. */ XSETFRAME (frame, f); call1 (Qframe_set_background_mode, frame); -- 2.39.2