1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-14 10:51:20 -07:00

* lisp/frame.el (frame-background-mode): Doc fix.

Fixes: debbugs:15226
This commit is contained in:
Glenn Morris 2013-08-31 18:29:50 -07:00
parent 3a2a2fada1
commit e73c3a0d89
2 changed files with 8 additions and 2 deletions

View 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):

View 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)