Comment fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 6 Feb 2012 08:19:09 +0000 (00:19 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 6 Feb 2012 08:19:09 +0000 (00:19 -0800)
src/xfaces.c

index 617097d..bcb0418 100644 (file)
@@ -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);