aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)