(frame-background-mode): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Thu, 13 Jul 2000 17:43:58 +0000 (17:43 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 13 Jul 2000 17:43:58 +0000 (17:43 +0000)
lisp/faces.el

index 0cec44b..2fbe89c 100644 (file)
@@ -1271,7 +1271,8 @@ If omitted or nil, that stands for the selected frame's display."
   "*The brightness of the background.
 Set this to the symbol `dark' if your background color is dark, `light' if
 your background is light, or nil (default) if you want Emacs to
-examine the brightness for you."
+examine the brightness for you.  Don't set this variable with `setq';
+this won't have the expected effect."
   :group 'faces
   :set #'(lambda (var value)
           (set-default var value)