1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Further tweak previous change

This commit is contained in:
Glenn Morris 2013-08-31 18:52:54 -07:00
parent 79a15a36a9
commit 2e4a0a9071

View file

@ -875,7 +875,8 @@ Set this to the symbol `dark' if your background color is dark,
if you want Emacs to examine the brightness for you.
If you change this without using customize, you should use
`frame-set-background-mode' to update existing frames."
`frame-set-background-mode' to update existing frames;
e.g. (mapc 'frame-set-background-mode (frame-list))."
:group 'faces
:set #'(lambda (var value)
(set-default var value)