]> git.eshelyaron.com Git - emacs.git/commitdiff
Further tweak previous change
authorGlenn Morris <rgm@gnu.org>
Sun, 1 Sep 2013 01:52:54 +0000 (18:52 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 1 Sep 2013 01:52:54 +0000 (18:52 -0700)
lisp/frame.el

index bd023dae37c4e06686f0105c39da0a492801e0eb..3668f24ba01a6464ff763621182d602caa588df4 100644 (file)
@@ -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)