From: Glenn Morris Date: Sun, 1 Sep 2013 01:52:54 +0000 (-0700) Subject: Further tweak previous change X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~36 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e4a0a90718bae5534d74a6dd3d232c7d9bf61be;p=emacs.git Further tweak previous change --- 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, 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)