diff options
| author | Chong Yidong | 2009-01-08 01:19:34 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-08 01:19:34 +0000 |
| commit | e3d3799a7134dbbe9cb05f35499c3634c339b1f5 (patch) | |
| tree | 091c25d4b9a76e4487b1a26abb8b8c1c6d99e710 | |
| parent | eb9c16e548379c3d83f621ef533d8d46c58101ab (diff) | |
| download | emacs-e3d3799a7134dbbe9cb05f35499c3634c339b1f5.tar.gz emacs-e3d3799a7134dbbe9cb05f35499c3634c339b1f5.zip | |
* display.texi (Faces): Don't discuss face id here. facep does
not return t.
(Defining Faces): Minor clarification.
(Face Attributes): Rearrange items to match docstring of
set-face-attribute. Add :foundry attribute. Document new role of
:font attribute. Texinfo usage fix.
(Attribute Functions): Copyedits.
(Face Functions): Note that face number is seldom used.
| -rw-r--r-- | doc/lispref/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index bbc7450dabe..078a2e620bd 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2009-01-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * display.texi (Faces): Don't discuss face id here. facep does | ||
| 4 | not return t. | ||
| 5 | (Defining Faces): Minor clarification. | ||
| 6 | (Face Attributes): Rearrange items to match docstring of | ||
| 7 | set-face-attribute. Add :foundry attribute. Document new role of | ||
| 8 | :font attribute. Texinfo usage fix. | ||
| 9 | (Attribute Functions): Copyedits. | ||
| 10 | (Face Functions): Note that face number is seldom used. | ||
| 11 | |||
| 1 | 2009-01-05 Richard M Stallman <rms@gnu.org> | 12 | 2009-01-05 Richard M Stallman <rms@gnu.org> |
| 2 | 13 | ||
| 3 | * strings.texi (Predicates for Strings): Minor clarification. | 14 | * strings.texi (Predicates for Strings): Minor clarification. |