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/ChangeLog | |
| 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/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 |
1 files changed, 5 insertions, 0 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. |