changeset 30188:d6809f9c7d37

(frame-background-mode): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 13 Jul 2000 17:43:58 +0000
parents 4d83bb6198b7
children df730ad35266
files lisp/faces.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)