emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114085: * lisp/frame.el (frame-background-mode): Do


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114085: * lisp/frame.el (frame-background-mode): Doc fix.
Date: Sun, 01 Sep 2013 01:29:54 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114085
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15226
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-08-31 18:29:50 -0700
message:
  * lisp/frame.el (frame-background-mode): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/frame.el                  frame.el-20091113204419-o5vbwnq5f7feedwu-275
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-08-30 17:40:39 +0000
+++ b/lisp/ChangeLog    2013-09-01 01:29:50 +0000
@@ -1,3 +1,7 @@
+2013-09-01  Glenn Morris  <address@hidden>
+
+       * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
+
 2013-08-30  Glenn Morris  <address@hidden>
 
        * emacs-lisp/bytecomp.el (byte-recompile-directory):

=== modified file 'lisp/frame.el'
--- a/lisp/frame.el     2013-08-13 02:45:12 +0000
+++ b/lisp/frame.el     2013-09-01 01:29:50 +0000
@@ -872,8 +872,10 @@
   "The brightness of the background.
 Set this to the symbol `dark' if your background color is dark,
 `light' if your background is light, or nil (automatic by default)
-if you want Emacs to examine the brightness for you.  Don't set this
-variable with `setq'; this won't have the expected effect."
+if you want Emacs to examine the brightness for you.
+
+If you change this without using customize after Emacs has started,
+you should use `frame-set-background-mode' to update existing frames."
   :group 'faces
   :set #'(lambda (var value)
           (set-default var value)


reply via email to

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