diff options
| author | Karl Berry | 2006-07-16 17:48:24 +0000 |
|---|---|---|
| committer | Karl Berry | 2006-07-16 17:48:24 +0000 |
| commit | 912c723552fdb9ff934d768e032b56c23911f2ab (patch) | |
| tree | cefab9b5195df4a843ce9d004269897f6384fa55 | |
| parent | 9b9c0e5ad9af773e56a044c9c9e45cee50baf0e5 (diff) | |
| download | emacs-912c723552fdb9ff934d768e032b56c23911f2ab.tar.gz emacs-912c723552fdb9ff934d768e032b56c23911f2ab.zip | |
fix underfull hbox
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/anti.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a781b9adbf5..ab74a2d4352 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-07-16 Karl Berry <karl@gnu.org> | ||
| 2 | |||
| 3 | * anti.texi (Antinews): reorder face-attribute fns to avoid | ||
| 4 | underfull hbox. | ||
| 5 | |||
| 1 | 2006-07-15 Nick Roberts <nickrob@snap.net.nz> | 6 | 2006-07-15 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 7 | ||
| 3 | * text.texi (Special Properties): Describe fontified text property | 8 | * text.texi (Special Properties): Describe fontified text property |
diff --git a/lispref/anti.texi b/lispref/anti.texi index 87bf79b64b0..f0c17dadd61 100644 --- a/lispref/anti.texi +++ b/lispref/anti.texi | |||
| @@ -86,8 +86,8 @@ removed. In @code{defface} specifications, the @code{supports} | |||
| 86 | predicate is no longer supported. | 86 | predicate is no longer supported. |
| 87 | 87 | ||
| 88 | @item | 88 | @item |
| 89 | The functions @code{face-attribute-relative-p} and | 89 | The functions @code{merge-face-attribute} and |
| 90 | @code{merge-face-attribute} have been removed. | 90 | @code{face-attribute-relative-p} have been removed. |
| 91 | 91 | ||
| 92 | @item | 92 | @item |
| 93 | The priority of faces in a list supplied by the @code{:inherit} face | 93 | The priority of faces in a list supplied by the @code{:inherit} face |