Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2e4a0a90
Commit
2e4a0a90
authored
Aug 31, 2013
by
Glenn Morris
Browse files
Further tweak previous change
parent
79a15a36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/frame.el
lisp/frame.el
+2
-1
No files found.
lisp/frame.el
View file @
2e4a0a90
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment