aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorChong Yidong2012-08-05 17:24:55 +0800
committerChong Yidong2012-08-05 17:24:55 +0800
commit35b6586e9de5efc3f434105f0f18bfef7f1e697c (patch)
tree11cd27e0b54c78cb3cbafe1f6890a2b0879b74df /doc/lispref
parent9e3b7800ff2e683e72a962ef14350181100c30be (diff)
downloademacs-35b6586e9de5efc3f434105f0f18bfef7f1e697c.tar.gz
emacs-35b6586e9de5efc3f434105f0f18bfef7f1e697c.zip
Manual fixes for frame-background-mode.
* doc/custom.texi (Face Customization): Move discussion of face inheritance here, from Faces section. * doc/display.texi (Faces): Document frame-background-mode. * doc/lispref/display.texi (Defining Faces): Move documentation of frame-background-mode to the Emacs manual (Bug#7774).
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/display.texi8
2 files changed, 5 insertions, 8 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 52007d3493f..c262cecb02c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12012-08-05 Chong Yidong <cyd@gnu.org>
2
3 * display.texi (Defining Faces): Move documentation of
4 frame-background-mode to the Emacs manual (Bug#7774).
5
12012-08-04 Chong Yidong <cyd@gnu.org> 62012-08-04 Chong Yidong <cyd@gnu.org>
2 7
3 * syntax.texi (Syntax Basics): Rearrange the text for clarity. 8 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 01d177feb87..64aa891e56b 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -2040,14 +2040,6 @@ function, which is used to apply customized face settings.
2040specify a face to use. In the vast majority of cases, this is not 2040specify a face to use. In the vast majority of cases, this is not
2041necessary; it is preferable to simply use faces directly. 2041necessary; it is preferable to simply use faces directly.
2042 2042
2043@defopt frame-background-mode
2044This option, if non-@code{nil}, specifies the background type to use for
2045interpreting face definitions. If it is @code{dark}, then Emacs treats
2046all frames as if they had a dark background, regardless of their actual
2047background colors. If it is @code{light}, then Emacs treats all frames
2048as if they had a light background.
2049@end defopt
2050
2051@node Face Attributes 2043@node Face Attributes
2052@subsection Face Attributes 2044@subsection Face Attributes
2053@cindex face attributes 2045@cindex face attributes