From: Glenn Morris Date: Sun, 1 Sep 2013 01:29:50 +0000 (-0700) Subject: * lisp/frame.el (frame-background-mode): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~38 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e73c3a0d89ceaaa07efabd2392e3732a2935a571;p=emacs.git * lisp/frame.el (frame-background-mode): Doc fix. Fixes: debbugs:15226 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e639615c25..2dda52f82ed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-09-01 Glenn Morris + + * frame.el (frame-background-mode): Doc fix. (Bug#15226) + 2013-08-30 Glenn Morris * emacs-lisp/bytecomp.el (byte-recompile-directory): diff --git a/lisp/frame.el b/lisp/frame.el index 79394bd305b..66f6b910940 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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)