emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107135: Comment fix.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107135: Comment fix.
Date: Mon, 06 Feb 2012 00:19:09 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107135
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-02-06 00:19:09 -0800
message:
  Comment fix.
modified:
  src/xfaces.c
=== modified file 'src/xfaces.c'
--- a/src/xfaces.c      2012-01-19 07:21:25 +0000
+++ b/src/xfaces.c      2012-02-06 08:19:09 +0000
@@ -3360,7 +3360,7 @@
 
       /* 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);
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]