* lisp/frame.el (frame-background-mode): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 1 Sep 2013 01:29:50 +0000 (18:29 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 1 Sep 2013 01:29:50 +0000 (18:29 -0700)
Fixes: debbugs:15226

lisp/ChangeLog
lisp/frame.el

index 2e63961..2dda52f 100644 (file)
@@ -1,3 +1,7 @@
+2013-09-01  Glenn Morris  <rgm@gnu.org>
+
+       * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
+
 2013-08-30  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp/bytecomp.el (byte-recompile-directory):
index 79394bd..66f6b91 100644 (file)
@@ -872,8 +872,10 @@ If there is no frame by that name, signal an error."
   "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)