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:
parent
79a15a36a9
commit
2e4a0a9071
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue