aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2013-08-31 18:52:54 -0700
committerGlenn Morris2013-08-31 18:52:54 -0700
commit2e4a0a90718bae5534d74a6dd3d232c7d9bf61be (patch)
tree3f557392bd819fd2bb2691445d9c37aa44e3f792 /lisp
parent79a15a36a9badf630a232c3bfd3ee52452d80bc3 (diff)
downloademacs-2e4a0a90718bae5534d74a6dd3d232c7d9bf61be.tar.gz
emacs-2e4a0a90718bae5534d74a6dd3d232c7d9bf61be.zip
Further tweak previous change
Diffstat (limited to 'lisp')
-rw-r--r--lisp/frame.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index bd023dae37c..3668f24ba01 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -875,7 +875,8 @@ Set this to the symbol `dark' if your background color is dark,
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, you should use 877If you change this without using customize, you should use
878`frame-set-background-mode' to update existing frames." 878`frame-set-background-mode' to update existing frames;
879e.g. (mapc 'frame-set-background-mode (frame-list))."
879 :group 'faces 880 :group 'faces
880 :set #'(lambda (var value) 881 :set #'(lambda (var value)
881 (set-default var value) 882 (set-default var value)