# HG changeset patch # User Gerd Moellmann # Date 963510238 0 # Node ID d6809f9c7d377fe913a93a19515b7659cb8e239c # Parent 4d83bb6198b769271a1e769144dabdb2aaf095b1 (frame-background-mode): Doc fix. diff -r 4d83bb6198b7 -r d6809f9c7d37 lisp/faces.el --- a/lisp/faces.el Thu Jul 13 17:23:28 2000 +0000 +++ b/lisp/faces.el Thu Jul 13 17:43:58 2000 +0000 @@ -1271,7 +1271,8 @@ "*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)