Further tweak previous change
[bpt/emacs.git] / lisp / frame.el
index bd023da..3668f24 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)