aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-08-31 18:32:41 -0700
committerGlenn Morris2013-08-31 18:32:41 -0700
commit79a15a36a9badf630a232c3bfd3ee52452d80bc3 (patch)
treeaf6de0a3267aa71231dd48ac29010ca4e49071a4
parente73c3a0d89ceaaa07efabd2392e3732a2935a571 (diff)
downloademacs-79a15a36a9badf630a232c3bfd3ee52452d80bc3.tar.gz
emacs-79a15a36a9badf630a232c3bfd3ee52452d80bc3.zip
Tweak previous change
-rw-r--r--lisp/frame.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 66f6b910940..bd023dae37c 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -874,8 +874,8 @@ Set this to the symbol `dark' if your background color is dark,
874`light' if your background is light, or nil (automatic by default) 874`light' if your background is light, or nil (automatic by default)
875if you want Emacs to examine the brightness for you. 875if you want Emacs to examine the brightness for you.
876 876
877If you change this without using customize after Emacs has started, 877If you change this without using customize, you should use
878you should use `frame-set-background-mode' to update existing frames." 878`frame-set-background-mode' to update existing frames."
879 :group 'faces 879 :group 'faces
880 :set #'(lambda (var value) 880 :set #'(lambda (var value)
881 (set-default var value) 881 (set-default var value)