From: Glenn Morris Date: Mon, 6 Feb 2012 08:19:09 +0000 (-0800) Subject: Comment fix. X-Git-Tag: emacs-pretest-24.0.94~286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64677d90749766d47fde828c1fb56dd016679db2;p=emacs.git Comment fix. --- 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);