diff options
| author | Chong Yidong | 2012-08-05 17:24:55 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-08-05 17:24:55 +0800 |
| commit | 35b6586e9de5efc3f434105f0f18bfef7f1e697c (patch) | |
| tree | 11cd27e0b54c78cb3cbafe1f6890a2b0879b74df /doc/lispref | |
| parent | 9e3b7800ff2e683e72a962ef14350181100c30be (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 8 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-08-04 Chong Yidong <cyd@gnu.org> | 6 | 2012-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. | |||
| 2040 | specify a face to use. In the vast majority of cases, this is not | 2040 | specify a face to use. In the vast majority of cases, this is not |
| 2041 | necessary; it is preferable to simply use faces directly. | 2041 | necessary; it is preferable to simply use faces directly. |
| 2042 | 2042 | ||
| 2043 | @defopt frame-background-mode | ||
| 2044 | This option, if non-@code{nil}, specifies the background type to use for | ||
| 2045 | interpreting face definitions. If it is @code{dark}, then Emacs treats | ||
| 2046 | all frames as if they had a dark background, regardless of their actual | ||
| 2047 | background colors. If it is @code{light}, then Emacs treats all frames | ||
| 2048 | as 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 |