summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-07-13 17:43:58 +0000
committerGerd Moellmann <gerd@gnu.org>2000-07-13 17:43:58 +0000
commit01eac4fdefcbd9a380b8e3d00b7ed96517fad1ab (patch)
tree011a835536f046fa680f5d0e11db9d512611ecaa /lisp
parenta8189dfe47ec8bd3e8f7e453e7e03c88695811bd (diff)
downloademacs-01eac4fdefcbd9a380b8e3d00b7ed96517fad1ab.tar.gz
emacs-01eac4fdefcbd9a380b8e3d00b7ed96517fad1ab.tar.bz2
emacs-01eac4fdefcbd9a380b8e3d00b7ed96517fad1ab.zip
(frame-background-mode): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/faces.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 0cec44b94d2..2fbe89ca9fa 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -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)