+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):
"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)